]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Revert "Added a pax-patch to binutils."
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 9 Oct 2008 22:11:17 +0000 (22:11 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 9 Oct 2008 22:11:17 +0000 (22:11 +0000)
This reverts commit 4946cffb7f9acfbaaecef0d36c8a4094342dab1c.

lfs/binutils

index 8143325c16ee05d2dbd06229c5ec842fc9eeb9d2..28abce5c1764d9c32f4414f55aefe2cf8d1afff1 100644 (file)
@@ -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