From: Arne Fitzenreiter Date: Tue, 14 Apr 2009 14:55:22 +0000 (+0200) Subject: Updated binutils to 2.17 X-Git-Tag: v2.5-beta1~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1bffd938cba1cb5d869eafabf707f4f84823c28e;p=people%2Fstevee%2Fipfire-2.x.git Updated binutils to 2.17 --- diff --git a/lfs/binutils b/lfs/binutils index e7f4610d6c..82955acefd 100644 --- a/lfs/binutils +++ b/lfs/binutils @@ -24,7 +24,7 @@ include Config -VER = 2.16.1 +VER = 2.17 THISAPP = binutils-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -73,7 +73,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 6a9d529efb285071dad10e1f3d2b2967 +$(DL_FILE)_MD5 = e26e2e06b6e4bf3acf1dc8688a94c0d1 install : $(TARGET) @@ -104,10 +104,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) $(DIR_SRC)/binutils-build && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) @mkdir $(DIR_SRC)/binutils-build -ifeq "$(LFS_PASS)" "install" - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/binutils-uclibc-conf.patch - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/binutils-uclibc-libtool-conf.patch -endif cd $(DIR_SRC)/binutils-build && $(DIR_APP)/configure $(EXTRA_CONFIG) ifeq "$(PASS)" "1" cd $(DIR_SRC)/binutils-build && make configure-host