From 492f1d5c0b2ebf3656baa997e85eeda4844be087 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 19 Feb 2015 13:51:58 -0600 Subject: allow gcc 4.7.4 for sparc, reorder --- target/config/Config.in.toolchain | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) (limited to 'target/config/Config.in.toolchain') diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain index 8e104b4c1..0dcb79a29 100644 --- a/target/config/Config.in.toolchain +++ b/target/config/Config.in.toolchain @@ -13,22 +13,6 @@ config ADK_VENDOR choice prompt "GCC version" -config ADK_TOOLCHAIN_GCC_4_4_7 - bool "4.4.7" - depends on ADK_TARGET_ARCH_AVR32 - -config ADK_TOOLCHAIN_GCC_4_5_4 - bool "4.5.4" - depends on ADK_TARGET_ARCH_BFIN - -config ADK_TOOLCHAIN_GCC_4_7_4 - bool "4.7.4" - depends on ADK_TARGET_ARCH_CRIS || ADK_TARGET_ARCH_C6X - -config ADK_TOOLCHAIN_GCC_4_8_0_ARC - bool "4.8.0-arc" - depends on ADK_TARGET_ARCH_ARC - config ADK_TOOLCHAIN_GCC_4_9_2 bool "4.9.2" depends on !ADK_TARGET_ARCH_BFIN @@ -47,6 +31,24 @@ config ADK_TOOLCHAIN_GCC_4_8_4 depends on !ADK_TARGET_ARCH_TILE depends on !ADK_TARGET_ARCH_C6X +config ADK_TOOLCHAIN_GCC_4_7_4 + bool "4.7.4" + depends on ADK_TARGET_ARCH_CRIS \ + || ADK_TARGET_ARCH_C6X \ + || ADK_TARGET_ARCH_SPARC + +config ADK_TOOLCHAIN_GCC_4_8_0_ARC + bool "4.8.0-arc" + depends on ADK_TARGET_ARCH_ARC + +config ADK_TOOLCHAIN_GCC_4_5_4 + bool "4.5.4" + depends on ADK_TARGET_ARCH_BFIN + +config ADK_TOOLCHAIN_GCC_4_4_7 + bool "4.4.7" + depends on ADK_TARGET_ARCH_AVR32 + config ADK_TOOLCHAIN_GCC_GIT bool "git" depends on !ADK_TARGET_ARCH_BFIN -- cgit v1.2.3