From: Michael Tremer Date: Wed, 15 Jul 2009 22:27:17 +0000 (+0200) Subject: Removed gcc -B/usr/bin. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=023b81f94968eb4b5102675bdfb505a2da4cf984;p=ipfire-3.x.git Removed gcc -B/usr/bin. Think, that is not needed. --- diff --git a/lfs/binutils b/lfs/binutils index 9b05477a1..ecf709584 100644 --- a/lfs/binutils +++ b/lfs/binutils @@ -102,7 +102,6 @@ $(OBJECT): $(objects) ifeq "$(STAGE)" "toolchain" ifeq "$(PASS)" "1" cd $(DIR_SRC)/binutils-build && \ - CC="gcc -B/usr/bin/" \ ../$(THISAPP)/configure \ $(CONFIGURE_ARCH) \ --target=$(IFS_TARGET) \