mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-21 08:22:59 +02:00
gcc: Always pass --disable-multilib
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
6
lfs/gcc
6
lfs/gcc
@@ -150,12 +150,8 @@ ifeq "$(BUILD_ARCH)" "i586"
|
||||
--with-tune=generic
|
||||
endif
|
||||
|
||||
ifeq "$(BUILD_ARCH)" "x86_64"
|
||||
EXTRA_CONFIG += \
|
||||
--disable-multilib
|
||||
endif
|
||||
|
||||
EXTRA_CONFIG += \
|
||||
--disable-multilib \
|
||||
--with-bugurl=http://bugtracker.ipfire.org \
|
||||
--disable-libunwind-exceptions \
|
||||
--enable-gnu-unique-object
|
||||
|
||||
Reference in New Issue
Block a user