diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2018-01-28 12:54:30 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-02-01 19:03:48 +0000 |
commit | 4a762acdd380273ac072a66aaca12be2cc6d7a1f (patch) | |
tree | 34f72739f4c15c423ae241101e78a2c81e6c8763 /target/config | |
parent | 0cf6f8479ebccb88cbe11359740a46efa02ad47e (diff) |
llvm: update to 5.0.1
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.compiler | 13 |
1 files changed, 13 insertions, 0 deletions
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 @@ -14,6 +14,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 default ADK_TOOLCHAIN_GCC_AVR32 if ADK_TARGET_ARCH_AVR32 |