From b0da730ac6edd77e9634f2587d83ab0b62fafb2b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 5 Sep 2016 18:13:02 +0200 Subject: update binutils default and linux kernel where possible --- toolchain/gcc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain/gcc/Makefile') 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) -- cgit v1.2.3