From 368c18fc9fa36903b26db36d589baec4e4f6915e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 21 Oct 2015 05:51:42 +0200 Subject: remove unneeded split in choice and default, remove ADK_TARGET_KERNEL_VERSION (unused) --- target/config/Config.in.binutils | 45 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 43 insertions(+), 2 deletions(-) (limited to 'target/config/Config.in.binutils') diff --git a/target/config/Config.in.binutils b/target/config/Config.in.binutils index ac91aff4d..3ab18c8cb 100644 --- a/target/config/Config.in.binutils +++ b/target/config/Config.in.binutils @@ -1,5 +1,46 @@ # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. -source target/config/Config.in.binutils.choice -source target/config/Config.in.binutils.default +choice +prompt "Binutils version" +default ADK_TOOLCHAIN_BINUTILS_2_20_1 if ADK_TARGET_ARCH_AVR32 +default ADK_TOOLCHAIN_BINUTILS_2_22 if ADK_TARGET_ARCH_BFIN +default ADK_TOOLCHAIN_BINUTILS_2_23_ARC if ADK_TARGET_ARCH_ARC +default ADK_TOOLCHAIN_BINUTILS_2_25_1 + +config ADK_TOOLCHAIN_BINUTILS_GIT + bool "git" + depends on !ADK_TARGET_ARCH_ARC + depends on !ADK_TARGET_ARCH_AVR32 + depends on !ADK_TARGET_ARCH_CRIS + +config ADK_TOOLCHAIN_BINUTILS_2_25_1 + bool "2.25.1" + depends on !ADK_TARGET_ARCH_BFIN + depends on !ADK_TARGET_ARCH_ARC + depends on !ADK_TARGET_ARCH_AVR32 + depends on !ADK_TARGET_ARCH_H8300 + depends on !ADK_CPU_CRIS_V10 + +config ADK_TOOLCHAIN_BINUTILS_2_24 + bool "2.24" + 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_H8300 + +config ADK_TOOLCHAIN_BINUTILS_2_23_ARC + bool "2.23-arc" + depends on ADK_TARGET_ARCH_ARC + +config ADK_TOOLCHAIN_BINUTILS_2_22 + bool "2.22" + depends on ADK_TARGET_ARCH_BFIN \ + || ADK_CPU_CRIS_V10 + +config ADK_TOOLCHAIN_BINUTILS_2_20_1 + bool "2.20.1" + depends on ADK_TARGET_ARCH_AVR32 + +endchoice -- cgit v1.2.3