]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Updated binutils to 2.17
authorArne Fitzenreiter <arne_f@ipfire.org>
Tue, 14 Apr 2009 14:55:22 +0000 (16:55 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 14 Apr 2009 14:55:22 +0000 (16:55 +0200)
lfs/binutils

index e7f4610d6c1d7d61e2df0d141ad32820bc28d535..82955acefd8f8db2a5cd97ae2a4b4b835df314a6 100644 (file)
@@ -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