From 51777e5d7ce7555f6e908a215b245a10fcf2c6fa Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 21 Apr 2017 17:08:45 +0200 Subject: [PATCH] gcc: Always pass --disable-multilib Signed-off-by: Michael Tremer --- lfs/gcc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lfs/gcc b/lfs/gcc index e898d6a8fe..5314708638 100644 --- a/lfs/gcc +++ b/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 -- 2.39.2