From: Michael Tremer Date: Tue, 25 Apr 2017 10:27:00 +0000 (+0100) Subject: gcc: Remove some deprecated configure options in 2nd toolchain pass X-Git-Tag: v2.19-core112~121 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8d29c3bf1087f30d0dfd921fd3fa42afe0aaa543;p=ipfire-2.x.git gcc: Remove some deprecated configure options in 2nd toolchain pass Signed-off-by: Michael Tremer --- diff --git a/lfs/gcc b/lfs/gcc index fc95176404..f04e2df8c0 100644 --- a/lfs/gcc +++ b/lfs/gcc @@ -105,16 +105,10 @@ ifeq "$(PASS)" "2" AR="$(CROSSTARGET)-ar" \ RANLIB="$(CROSSTARGET)-ranlib" EXTRA_CONFIG = \ - --host=$(BUILDTARGET) \ --build=$(BUILDTARGET) \ - --target=$(BUILDTARGET) \ --prefix=/tools \ --with-local-prefix=/tools \ --with-native-system-header-dir=/tools/include \ - --enable-clocale=gnu \ - --enable-shared \ - --enable-threads=posix \ - --enable-__cxa_atexit \ --enable-languages=c,c++ \ --disable-libstdcxx-pch \ --disable-libgomp