]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
gcc: Remove some deprecated configure options in 2nd toolchain pass
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 25 Apr 2017 10:27:00 +0000 (11:27 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 18 May 2017 11:05:37 +0000 (12:05 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/gcc

diff --git a/lfs/gcc b/lfs/gcc
index fc951764044069303dd91f17d184ec07470230b2..f04e2df8c071efc3fd1df6ac4a06673ec928e70f 100644 (file)
--- 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