summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-21 12:30:23 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-21 12:30:23 +0200
commit93ffcb58d5ba36b725c596394bcff87136673dbc (patch)
tree0a11a49227fdcea82639eeb974bf82b399f2bb3e /toolchain/gcc/Makefile
parent96c09f375f24d84fcc28c23e5c040191565de4ac (diff)
parent83c6d3596fa733b2f2f9aef83246beae8e97d168 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/gcc/Makefile')
-rw-r--r--toolchain/gcc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index deef63a5c..ff8c3d509 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -42,6 +42,8 @@ endif
ifeq ($(ADK_LINUX_X86_64),y)
ifeq ($(ADK_x32),y)
GCC_CONFOPTS+= --with-multilib-list=mx32
+else
+GCC_CONFOPTS+= --disable-biarch --disable-multilib
endif
endif