From: Michael Tremer Date: Thu, 9 Oct 2008 22:11:17 +0000 (+0000) Subject: Revert "Added a pax-patch to binutils." X-Git-Tag: v3.0-alpha1~582 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=65b5cc22efbed268fb362238d3760187a21cd22a;p=ipfire-3.x.git Revert "Added a pax-patch to binutils." This reverts commit 4946cffb7f9acfbaaecef0d36c8a4094342dab1c. --- diff --git a/lfs/binutils b/lfs/binutils index 8143325c1..28abce5c1 100644 --- a/lfs/binutils +++ b/lfs/binutils @@ -87,9 +87,6 @@ ifeq "$(PASS)" "1" endif ifeq "$(PASS)" "2" -ifeq "$(PAX)" "1" - cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-pt_pax-1.patch -endif cd $(DIR_SRC)/binutils-build && \ CC="$(IFS_TARGET)-gcc -B$(TOOLS_DIR)/lib/" \ AR=$(IFS_TARGET)-ar \ @@ -98,8 +95,7 @@ endif --target=$(IFS_TARGET) \ --prefix=$(TOOLS_DIR) \ --disable-nls \ - --with-lib-path=$(TOOLS_DIR)/lib \ - --disable-werror + --with-lib-path=$(TOOLS_DIR)/lib cd $(DIR_SRC)/binutils-build && make $(PARALLELISMFLAGS) cd $(DIR_SRC)/binutils-build && make install