summaryrefslogtreecommitdiff
path: root/target/config/Config.in.binutils
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2019-09-30 21:13:29 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2019-09-30 21:13:29 +0200
commit8c112d03adbbf94c7cb34626b26746c92d49d3e9 (patch)
tree112cf26512fd85f1f21e73c1f9e9f1e5356b5557 /target/config/Config.in.binutils
parent48f6edf615cb5ddf5a23cd32cb7f196ad96e22f9 (diff)
c-sky: use gcc/binutils/linux/glibc upstream
Diffstat (limited to 'target/config/Config.in.binutils')
-rw-r--r--target/config/Config.in.binutils6
1 files changed, 0 insertions, 6 deletions
diff --git a/target/config/Config.in.binutils b/target/config/Config.in.binutils
index a91bda51f..d07434242 100644
--- a/target/config/Config.in.binutils
+++ b/target/config/Config.in.binutils
@@ -5,7 +5,6 @@ choice
prompt "Binutils version"
default ADK_TOOLCHAIN_BINUTILS_ARC if ADK_TARGET_ARCH_ARC
default ADK_TOOLCHAIN_BINUTILS_AVR32 if ADK_TARGET_ARCH_AVR32
-default ADK_TOOLCHAIN_BINUTILS_CSKY if ADK_TARGET_ARCH_CSKY
default ADK_TOOLCHAIN_BINUTILS_NDS32 if ADK_TARGET_ARCH_NDS32
default ADK_TOOLCHAIN_BINUTILS_2_28 if ADK_TARGET_CPU_SH_J2
default ADK_TOOLCHAIN_BINUTILS_2_29 if ADK_TARGET_ARCH_CRIS
@@ -21,7 +20,6 @@ config ADK_TOOLCHAIN_BINUTILS_2_32
bool "2.32"
depends on !ADK_TARGET_ARCH_ARC
depends on !ADK_TARGET_ARCH_AVR32
- depends on !ADK_TARGET_ARCH_CSKY
depends on !ADK_TARGET_ARCH_NDS32
depends on !ADK_TARGET_CPU_SH_J2
@@ -41,10 +39,6 @@ config ADK_TOOLCHAIN_BINUTILS_NDS32
bool "nds32-2.30-open"
depends on ADK_TARGET_ARCH_NDS32
-config ADK_TOOLCHAIN_BINUTILS_CSKY
- bool "2.27-csky"
- depends on ADK_TARGET_ARCH_CSKY
-
config ADK_TOOLCHAIN_BINUTILS_AVR32
bool "2.20.1-avr32"
depends on ADK_TARGET_ARCH_AVR32