From 4a762acdd380273ac072a66aaca12be2cc6d7a1f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 28 Jan 2018 12:54:30 +0100 Subject: llvm: update to 5.0.1 --- target/config/Config.in.compiler | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'target/config/Config.in.compiler') diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index 76741a259..da9af38bd 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -13,6 +13,19 @@ config ADK_BUILD_COMPILER_LLVM endchoice +choice +prompt "LLVM version" +depends on ADK_BUILD_COMPILER_LLVM + +config ADK_TOOLCHAIN_LLVM_5 + bool "5.0.1" + +endchoice + +config ADK_TOOLCHAIN_LLVM_VERSION + string + default "5.0.1" if ADK_TOOLCHAIN_LLVM_5 + choice prompt "GCC version" depends on ADK_BUILD_COMPILER_GCC -- cgit v1.2.3