From fd5e1bfc81aa5ea3e3893fc61f8c50509a3487c7 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 7 Mar 2015 14:35:17 -0600 Subject: reorder libc and toolchain options After a short discussion with Phil, I put Libc stuff into Toolchain menu, as it does not belong to Target configuration. Add a Advanced Option menu for specific toolchain related options. I think this change make building OpenADK for beginners simpler. A starter doesn't know anything about different libc, floating settings, ... --- target/config/Config.in.gcc.choice | 51 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 target/config/Config.in.gcc.choice (limited to 'target/config/Config.in.gcc.choice') diff --git a/target/config/Config.in.gcc.choice b/target/config/Config.in.gcc.choice new file mode 100644 index 000000000..3e7a7affb --- /dev/null +++ b/target/config/Config.in.gcc.choice @@ -0,0 +1,51 @@ +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +choice +prompt "GCC version" +default ADK_TOOLCHAIN_GCC_4_9_2 + +config ADK_TOOLCHAIN_GCC_GIT + bool "git" + depends on !ADK_TARGET_ARCH_BFIN + depends on !ADK_TARGET_ARCH_ARC + depends on !ADK_TARGET_ARCH_AVR32 + depends on !ADK_TARGET_ARCH_CRIS + +config ADK_TOOLCHAIN_GCC_4_9_2 + bool "4.9.2" + depends on !ADK_TARGET_ARCH_BFIN + depends on !ADK_TARGET_ARCH_ARC + depends on !ADK_TARGET_ARCH_AVR32 + depends on !ADK_TARGET_ARCH_CRIS + depends on !ADK_TARGET_ARCH_C6X + +config ADK_TOOLCHAIN_GCC_4_8_4 + bool "4.8.4" + depends on !ADK_TARGET_ARCH_BFIN + depends on !ADK_TARGET_ARCH_AARCH64 + depends on !ADK_TARGET_ARCH_ARC + depends on !ADK_TARGET_ARCH_AVR32 + depends on !ADK_TARGET_ARCH_CRIS + depends on !ADK_TARGET_ARCH_TILE + depends on !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_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_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 + +endchoice -- cgit v1.2.3