Allow building the toolchain for x86_64

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2015-08-22 12:25:49 +02:00
parent fc155193bd
commit 81aa971410
3 changed files with 20 additions and 3 deletions

View File

@@ -114,6 +114,11 @@ ifeq "$(MACHINE)" "i586"
--with-tune=generic
endif
ifeq "$(MACHINE)" "x86_64"
EXTRA_CONFIG += \
--disable-multilib
endif
EXTRA_CONFIG += \
--with-bugurl=http://bugtracker.ipfire.org \
--disable-libunwind-exceptions \