From 8e9760d0297d16f96e01c2fe497970c97b967d2c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 9 Oct 2019 18:05:34 +0200 Subject: remove experimental llvm support --- target/config/Config.in.compiler | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'target') 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,25 +7,8 @@ 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 -- cgit v1.2.3