From: Michael Tremer Date: Tue, 3 Feb 2009 13:09:13 +0000 (+0100) Subject: Updated binutils to 2.19.1. X-Git-Tag: v3.0-alpha1~44^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b43ac7a5f13bf395d5caa590d47b0b4bd38053f;p=ipfire-3.x.git Updated binutils to 2.19.1. --- diff --git a/lfs/binutils b/lfs/binutils index 6e32b8494..c8ccbcdc0 100644 --- a/lfs/binutils +++ b/lfs/binutils @@ -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