From 8d29c3bf1087f30d0dfd921fd3fa42afe0aaa543 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 25 Apr 2017 11:27:00 +0100 Subject: [PATCH] gcc: Remove some deprecated configure options in 2nd toolchain pass Signed-off-by: Michael Tremer --- lfs/gcc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lfs/gcc b/lfs/gcc index fc9517640..f04e2df8c 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