summaryrefslogtreecommitdiff
path: root/target/config/Config.in.compiler
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2019-10-07 18:10:04 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2019-10-07 18:10:31 +0200
commitd8dfcf0ed203881ba6835f8c593b301d01b34637 (patch)
treebbd063b4103986e7af21beadebbabe1ab0a3dc38 /target/config/Config.in.compiler
parent6722c7786ac6e29abeeca0c610cf22e7a4c660e2 (diff)
or1k: use upstream binutils/gcc
Diffstat (limited to 'target/config/Config.in.compiler')
-rw-r--r--target/config/Config.in.compiler6
1 files changed, 0 insertions, 6 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler
index 73173e2ed..9299957e8 100644
--- a/target/config/Config.in.compiler
+++ b/target/config/Config.in.compiler
@@ -33,7 +33,6 @@ default ADK_TOOLCHAIN_GCC_ARC if ADK_TARGET_ARCH_ARC
default ADK_TOOLCHAIN_GCC_AVR32 if ADK_TARGET_ARCH_AVR32
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
default ADK_TOOLCHAIN_GCC_8
config ADK_TOOLCHAIN_GCC_GIT
@@ -41,7 +40,6 @@ config ADK_TOOLCHAIN_GCC_GIT
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_METAG
depends on !ADK_TARGET_ARCH_NDS32
- depends on !ADK_TARGET_ARCH_OR1K
config ADK_TOOLCHAIN_GCC_9
bool "9.2.0"
@@ -84,8 +82,4 @@ config ADK_TOOLCHAIN_GCC_NDS32
bool "nds32-6.3.0-open"
depends on ADK_TARGET_ARCH_NDS32
-config ADK_TOOLCHAIN_GCC_OR1K
- bool "5.4.0-or1k"
- depends on ADK_TARGET_ARCH_OR1K
-
endchoice