X-Git-Url: http://gitweb/?a=blobdiff_plain;f=binutils%2FPkgfile;h=13071a81cd8beb68102c1749eb966fe2d7c8ce34;hb=76b2a01a8ea702ad080b5d069e193800dbdce142;hp=4296273839f204324c8ebf969d21b5714671de4f;hpb=b751b192b8a9f558df99b4050babc1b84d45a372;p=crossrootfs.git diff --git a/binutils/Pkgfile b/binutils/Pkgfile index 4296273..13071a8 100644 --- a/binutils/Pkgfile +++ b/binutils/Pkgfile @@ -5,16 +5,14 @@ # Depends on: name=binutils -version=2.19.1 -release=1 -source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2 \ - $name-$version-branch_update-5.patch) +version=2.25.1 +release=2 +source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2) build() { - cd $name-$version - patch -p1 -i $SRC/$name-$version-branch_update-5.patch - sed -i '/^SUBDIRS/s/doc//' bfd/Makefile.in - + sed -i '/^SUBDIRS/s/doc//' $name-$version/bfd/Makefile.in + sed -i '/^# RELEASE=y/s/#//' $name-$version/bfd/Makefile.in + sed -i 's|really-check: check-cplus-dem check-pexecute check-expandargv|really-check:|g' -i $name-$version/libiberty/testsuite/Makefile.in mkdir $SRC/build cd $SRC/build @@ -22,16 +20,20 @@ build() { $SRC/$name-$version/configure --build=$CHOST \ --host=$CTARGET \ --target=$CTARGET \ - --without-multilib \ --prefix=/usr \ - --disable-shared \ - --disable-nls + --enable-shared \ + --disable-nls \ + --enable-ld=default \ + --enable-gold=yes \ + --enable-plugins \ + --disable-werror - make configure-host make tooldir=/usr make tooldir=/usr DESTDIR=$PKG install - cp ../$name-$version/include/libiberty.h $PKG/usr/include - rm -rf $PKG/usr/info + install -m 0644 ../$name-$version/include/libiberty.h $PKG/usr/include + + rm -r $PKG/usr/share/info + rm $PKG/usr/share/man/man1/{dlltool,nlmconv,windres,windmc}.1 sed -i "s|-L$SRC[^ ]* ||g" $PKG/usr/lib/libbfd.la }