From cb9958d31b68bf56a9dc18af40c726adde5842c3 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 31 Jul 2020 10:08:42 +0200 Subject: update mpfr, binutils, linux. remove arc specific binutils/gcc --- target/config/Config.in.compiler | 7 ------- 1 file changed, 7 deletions(-) (limited to 'target/config/Config.in.compiler') diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index 98640ea17..0496ef8a6 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -12,7 +12,6 @@ endchoice choice prompt "GCC version" depends on ADK_BUILD_COMPILER_GCC -default ADK_TOOLCHAIN_GCC_ARC if ADK_TARGET_ARCH_ARC default ADK_TOOLCHAIN_GCC_AVR32 if ADK_TARGET_ARCH_AVR32 default ADK_TOOLCHAIN_GCC_LM32 if ADK_TARGET_ARCH_LM32 default ADK_TOOLCHAIN_GCC_METAG if ADK_TARGET_ARCH_METAG @@ -31,7 +30,6 @@ config ADK_TOOLCHAIN_GCC_GIT config ADK_TOOLCHAIN_GCC_9 bool "9.3.0" - depends on !ADK_TARGET_ARCH_ARC depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_METAG depends on !ADK_TARGET_ARCH_NDS32 @@ -40,7 +38,6 @@ config ADK_TOOLCHAIN_GCC_9 config ADK_TOOLCHAIN_GCC_8 bool "8.4.0" - depends on !ADK_TARGET_ARCH_ARC depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_CSKY depends on !ADK_TARGET_ARCH_METAG @@ -58,10 +55,6 @@ config ADK_TOOLCHAIN_GCC_7 depends on !ADK_TARGET_ARCH_NDS32 depends on !ADK_TARGET_ARCH_OR1K -config ADK_TOOLCHAIN_GCC_ARC - bool "arc-2019.03-release" - depends on ADK_TARGET_ARCH_ARC - config ADK_TOOLCHAIN_GCC_AVR32 bool "4.4.7-avr32" depends on ADK_TARGET_ARCH_AVR32 -- cgit v1.2.3