summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-05 18:13:02 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-05 18:13:09 +0200
commitb0da730ac6edd77e9634f2587d83ab0b62fafb2b (patch)
tree41d56996173c41bf0e16cf9c4ce3bd080251e5ce /toolchain/gcc/Makefile
parentb0386799e24642c238e1952d5adfe373ade3e8ee (diff)
update binutils default and linux kernel where possible
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)