From b5b72b1e8cc2267e69af149f48b755b97627e74e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 7 Jan 2018 23:10:12 +0100 Subject: binutils/gcc: cosmetic changes --- target/config/Config.in.compiler | 32 ++++++++++++++------------------ 1 file changed, 14 insertions(+), 18 deletions(-) (limited to 'target/config/Config.in.compiler') diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index e630e97c6..a9155cd92 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -16,11 +16,11 @@ endchoice choice prompt "GCC version" depends on ADK_BUILD_COMPILER_GCC +default ADK_TOOLCHAIN_GCC_AVR32 if ADK_TARGET_ARCH_AVR32 default ADK_TOOLCHAIN_GCC_CSKY if ADK_TARGET_ARCH_CSKY -default ADK_TOOLCHAIN_GCC_OR1K if ADK_TARGET_ARCH_OR1K +default ADK_TOOLCHAIN_GCC_METAG if ADK_TARGET_ARCH_METAG default ADK_TOOLCHAIN_GCC_NDS32 if ADK_TARGET_ARCH_NDS32 -default ADK_TOOLCHAIN_GCC_4_2 if ADK_TARGET_ARCH_METAG -default ADK_TOOLCHAIN_GCC_4_4 if ADK_TARGET_ARCH_AVR32 +default ADK_TOOLCHAIN_GCC_OR1K if ADK_TARGET_ARCH_OR1K default ADK_TOOLCHAIN_GCC_6 if ADK_TARGET_CPU_SH_J2 default ADK_TOOLCHAIN_GCC_7 @@ -46,28 +46,24 @@ config ADK_TOOLCHAIN_GCC_6 bool "6.3.0" depends on ADK_TARGET_CPU_SH_J2 +config ADK_TOOLCHAIN_GCC_AVR32 + bool "4.4.7-avr32" + depends on ADK_TARGET_ARCH_AVR32 + config ADK_TOOLCHAIN_GCC_CSKY - bool "csky" + bool "6.3.0-csky" depends on ADK_TARGET_ARCH_CSKY -config ADK_TOOLCHAIN_GCC_OR1K - bool "or1k" - depends on ADK_TARGET_ARCH_OR1K +config ADK_TOOLCHAIN_GCC_METAG + bool "4.2.4-metag" + depends on ADK_TARGET_ARCH_METAG config ADK_TOOLCHAIN_GCC_NDS32 bool "4.9.4-nds32" depends on ADK_TARGET_ARCH_NDS32 -config ADK_TOOLCHAIN_GCC_4_4 - bool "4.4.7" - depends on ADK_TARGET_ARCH_AVR32 - -config ADK_TOOLCHAIN_GCC_4_2 - bool "4.2.4" - select ADK_TOOLCHAIN_GCC_OLD - depends on ADK_TARGET_ARCH_METAG +config ADK_TOOLCHAIN_GCC_OR1K + bool "5.4.0-or1k" + depends on ADK_TARGET_ARCH_OR1K endchoice - -config ADK_TOOLCHAIN_GCC_OLD - bool -- cgit v1.2.3