]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Binutils first pass must be static linked to work for other targets.
authorArne Fitzenreiter <arne_f@ipfire.org>
Thu, 23 Jul 2009 12:57:50 +0000 (14:57 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Thu, 23 Jul 2009 12:57:50 +0000 (14:57 +0200)
lfs/binutils

index 9b05477a1274de9ab98008a6bea1cb35254ffb72..6349d11c6d5271cf5640b511d7f24af6cafbec37 100644 (file)
@@ -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