From 4380a203beb6172d0953c865a9efe791a3852cea Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 24 Jul 2015 13:50:42 +0200 Subject: binutils 2.25 does not work with crisv10 --- target/config/Config.in.gcc.choice | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/config/Config.in.gcc.choice') diff --git a/target/config/Config.in.gcc.choice b/target/config/Config.in.gcc.choice index b4f3d63a2..0bb3223a4 100644 --- a/target/config/Config.in.gcc.choice +++ b/target/config/Config.in.gcc.choice @@ -3,11 +3,11 @@ choice prompt "GCC version" -default ADK_TOOLCHAIN_GCC_4_7_4 if ADK_TARGET_ARCH_C6X +default ADK_TOOLCHAIN_GCC_4_2_4 if ADK_TARGET_ARCH_METAG +default ADK_TOOLCHAIN_GCC_4_4_7 if ADK_TARGET_ARCH_AVR32 default ADK_TOOLCHAIN_GCC_4_5_4 if ADK_TARGET_ARCH_BFIN +default ADK_TOOLCHAIN_GCC_4_7_4 if ADK_TARGET_ARCH_C6X default ADK_TOOLCHAIN_GCC_4_8_ARC if ADK_TARGET_ARCH_ARC -default ADK_TOOLCHAIN_GCC_4_4_7 if ADK_TARGET_ARCH_AVR32 -default ADK_TOOLCHAIN_GCC_4_2_4 if ADK_TARGET_ARCH_METAG default ADK_TOOLCHAIN_GCC_4_9_OR1K if ADK_TARGET_ARCH_OR1K default ADK_TOOLCHAIN_GCC_4_9_3 -- cgit v1.2.3