diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2019-09-30 21:13:29 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2019-09-30 21:13:29 +0200 |
commit | 8c112d03adbbf94c7cb34626b26746c92d49d3e9 (patch) | |
tree | 112cf26512fd85f1f21e73c1f9e9f1e5356b5557 /target/config/Config.in.compiler | |
parent | 48f6edf615cb5ddf5a23cd32cb7f196ad96e22f9 (diff) |
c-sky: use gcc/binutils/linux/glibc upstream
Diffstat (limited to 'target/config/Config.in.compiler')
-rw-r--r-- | target/config/Config.in.compiler | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index d00836b0a..73173e2ed 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -31,7 +31,6 @@ 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_CSKY if ADK_TARGET_ARCH_CSKY default ADK_TOOLCHAIN_GCC_METAG if ADK_TARGET_ARCH_METAG default ADK_TOOLCHAIN_GCC_NDS32 if ADK_TARGET_ARCH_NDS32 default ADK_TOOLCHAIN_GCC_OR1K if ADK_TARGET_ARCH_OR1K @@ -48,7 +47,6 @@ config ADK_TOOLCHAIN_GCC_9 bool "9.2.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 depends on !ADK_TARGET_ARCH_NDS32 @@ -78,10 +76,6 @@ config ADK_TOOLCHAIN_GCC_AVR32 bool "4.4.7-avr32" depends on ADK_TARGET_ARCH_AVR32 -config ADK_TOOLCHAIN_GCC_CSKY - bool "6.3.0-csky" - depends on ADK_TARGET_ARCH_CSKY - config ADK_TOOLCHAIN_GCC_METAG bool "4.2.4-metag" depends on ADK_TARGET_ARCH_METAG |