]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Updated binutils to 2.19.1.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 3 Feb 2009 13:09:13 +0000 (14:09 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 3 Feb 2009 13:09:13 +0000 (14:09 +0100)
lfs/binutils

index 6e32b8494893be173addf60aab5803321fbb4ee5..c8ccbcdc0cd111be8762a5b22d422d421bd8f48a 100644 (file)
@@ -25,7 +25,7 @@
 include Config
 
 PKG_NAME   = binutils
-VER        = 2.19
+VER        = 2.19.1
 PKG_VER    = 0
 
 THISAPP    = $(PKG_NAME)-$(VER)
@@ -62,7 +62,6 @@ endef
 ###############################################################################
 
 objects = $(DL_FILE) \
-       $(THISAPP)-branch_update.patch \
        $(THISAPP)-ld_makefile.patch \
        $(THISAPP)-pt_pax-1.patch \
        $(THISAPP)-lazy-1.patch \
@@ -91,10 +90,6 @@ $(OBJECT): $(objects)
        @rm -rf $(DIR_SRC)/binutils-build
        -mkdir -v $(DIR_SRC)/binutils-build
 
-       # We add some fixes from upstream that should fix many bugs with this
-       # binutils release.
-       cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-branch_update.patch
-
        # Add PT_PaX header marking support. These markings are using by the PaX
        # kernel, and Pax-utils, to identify which programs need things like executable
        # stack, etc. Without this patch the PaX kernel must use legacy mode, and this