X-Git-Url: http://gitweb/?a=blobdiff_plain;f=binutils%2FPkgfile;h=194da22c3feea1c2714c9468d2b114b466d12b9d;hb=5caf4e470407deaed2476a535f0afeb10e042f28;hp=f7ca49ecd0400af5cdbb24e942a2ba410718e488;hpb=d3c4b411abb2466019d3fe21522369f6b3b45d53;p=crossrootfs.git diff --git a/binutils/Pkgfile b/binutils/Pkgfile index f7ca49e..194da22 100644 --- a/binutils/Pkgfile +++ b/binutils/Pkgfile @@ -5,11 +5,15 @@ # Depends on: name=binutils -version=2.20.1 +version=2.21.1 release=1 -source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2) +source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2 \ + binutils-$version-gnueabihf.patch) build() { + pushd $name-$version + patch -p1 -i $SRC/binutils-$version-gnueabihf.patch + popd 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