From: Arne Fitzenreiter Date: Thu, 23 Jul 2009 12:57:50 +0000 (+0200) Subject: Binutils first pass must be static linked to work for other targets. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=395ee9625e381aff084f086a63c6003bd574743b;p=ipfire-3.x.git Binutils first pass must be static linked to work for other targets. --- diff --git a/lfs/binutils b/lfs/binutils index 9b05477a1..6349d11c6 100644 --- a/lfs/binutils +++ b/lfs/binutils @@ -108,8 +108,6 @@ ifeq "$(PASS)" "1" --target=$(IFS_TARGET) \ --prefix=$(TOOLS_DIR) \ --disable-nls \ - --enable-shared \ - --disable-static \ --disable-werror cd $(DIR_SRC)/binutils-build && make tooldir=$(TOOLS_DIR) $(PARALLELISMFLAGS) cd $(DIR_SRC)/binutils-build && make tooldir=$(TOOLS_DIR) install