summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2019-10-09 18:05:34 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2019-10-09 18:05:34 +0200
commit8e9760d0297d16f96e01c2fe497970c97b967d2c (patch)
treecdefaeabc8abd254a418b54ecc00878e1fbff99e /target/config
parent8afcd1092f3dc822aa255685b98c815eb3642819 (diff)
remove experimental llvm support
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.compiler17
1 files changed, 0 insertions, 17 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler
index 0020e6b92..b44da2882 100644
--- a/target/config/Config.in.compiler
+++ b/target/config/Config.in.compiler
@@ -7,26 +7,9 @@ prompt "Compiler"
config ADK_BUILD_COMPILER_GCC
bool "gcc"
-config ADK_BUILD_COMPILER_LLVM
- bool "llvm"
- depends on ADK_EXPERIMENTAL
-
endchoice
choice
-prompt "LLVM version"
-depends on ADK_BUILD_COMPILER_LLVM
-
-config ADK_TOOLCHAIN_LLVM
- bool "6.0.0"
-
-endchoice
-
-config ADK_TOOLCHAIN_LLVM_VERSION
- string
- default "6.0.0" if ADK_TOOLCHAIN_LLVM
-
-choice
prompt "GCC version"
depends on ADK_BUILD_COMPILER_GCC
default ADK_TOOLCHAIN_GCC_ARC if ADK_TARGET_ARCH_ARC