소스 검색

llvm is experimental

Waldemar Brodkorb 9 년 전
부모
커밋
3a4da84f90
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      target/config/Config.in.compiler

+ 1 - 0
target/config/Config.in.compiler

@@ -9,6 +9,7 @@ config ADK_BUILD_COMPILER_GCC
 
 config ADK_BUILD_COMPILER_LLVM
 	bool "llvm"
+	depends on ADK_EXPERIMENTAL
 
 endchoice