CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
binutils: update to 2.22. Removed host's texinfo dependency.
[crossrootfs.git] / binutils / Pkgfile
index 194da22c3feea1c2714c9468d2b114b466d12b9d..3e828c5d64ad9db3d236a0f5d807dd0f5c1772c7 100644 (file)
@@ -5,15 +5,11 @@
 # Depends on:
 
 name=binutils
-version=2.21.1
+version=2.22
 release=1
-source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2 \
-        binutils-$version-gnueabihf.patch)
+source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
 
 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