summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/gcc/Makefile')
-rw-r--r--toolchain/gcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index 1561b7710..4faa1378c 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -123,7 +123,7 @@ GCC_CONFOPTS+= --with-cpu=2.1 --enable-meta-default --disable-symvers
endif
ifeq ($(ADK_TARGET_CPU_CF),y)
-GCC_CONFOPTS+= --enable-multilib --with-arch=cf
+GCC_CONFOPTS+= --with-arch=cf --disable-multilib
endif
ifeq ($(ADK_TARGET_ARCH_NDS32),y)