mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
gcc: Remove some deprecated configure options in 2nd toolchain pass
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
6
lfs/gcc
6
lfs/gcc
@@ -105,16 +105,10 @@ ifeq "$(PASS)" "2"
|
|||||||
AR="$(CROSSTARGET)-ar" \
|
AR="$(CROSSTARGET)-ar" \
|
||||||
RANLIB="$(CROSSTARGET)-ranlib"
|
RANLIB="$(CROSSTARGET)-ranlib"
|
||||||
EXTRA_CONFIG = \
|
EXTRA_CONFIG = \
|
||||||
--host=$(BUILDTARGET) \
|
|
||||||
--build=$(BUILDTARGET) \
|
--build=$(BUILDTARGET) \
|
||||||
--target=$(BUILDTARGET) \
|
|
||||||
--prefix=/tools \
|
--prefix=/tools \
|
||||||
--with-local-prefix=/tools \
|
--with-local-prefix=/tools \
|
||||||
--with-native-system-header-dir=/tools/include \
|
--with-native-system-header-dir=/tools/include \
|
||||||
--enable-clocale=gnu \
|
|
||||||
--enable-shared \
|
|
||||||
--enable-threads=posix \
|
|
||||||
--enable-__cxa_atexit \
|
|
||||||
--enable-languages=c,c++ \
|
--enable-languages=c,c++ \
|
||||||
--disable-libstdcxx-pch \
|
--disable-libstdcxx-pch \
|
||||||
--disable-libgomp
|
--disable-libgomp
|
||||||
|
|||||||
Reference in New Issue
Block a user