X-Git-Url: http://gitweb/?a=blobdiff_plain;f=binutils%2FPkgfile;h=13071a81cd8beb68102c1749eb966fe2d7c8ce34;hb=a07eae877ba6ad2572912730950a7778a5517f67;hp=76f6a02f5989681a068fc5eb582a3f28fa0f58d8;hpb=6dca1d213a39ee6af51632926e8b7c8914215cd9;p=crossrootfs.git diff --git a/binutils/Pkgfile b/binutils/Pkgfile index 76f6a02..13071a8 100644 --- a/binutils/Pkgfile +++ b/binutils/Pkgfile @@ -1,20 +1,18 @@ # Description: The GNU Binutils are a collection of binary tools # URL: http://sources.redhat.com/binutils/ # Maintainer: CRUX System Team, core-ports at crux dot nu -# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu # 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 }