diff options
Diffstat (limited to 'target/config/Config.in.compiler')
-rw-r--r-- | target/config/Config.in.compiler | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index 6c5d2199d..720700fb0 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -17,14 +17,14 @@ choice prompt "LLVM version" depends on ADK_BUILD_COMPILER_LLVM -config ADK_TOOLCHAIN_LLVM_5 - bool "5.0.1" +config ADK_TOOLCHAIN_LLVM + bool "6.0.0" endchoice config ADK_TOOLCHAIN_LLVM_VERSION string - default "5.0.1" if ADK_TOOLCHAIN_LLVM_5 + default "6.0.0" if ADK_TOOLCHAIN_LLVM choice prompt "GCC version" |