瀏覽代碼

buildroot: mark alpha as broken

It still doesn't build with threading + shared libs disabled
Peter Korsgaard 16 年之前
父節點
當前提交
a81367744f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      target/Config.in.arch

+ 1 - 0
target/Config.in.arch

@@ -6,6 +6,7 @@ choice
 
 config BR2_alpha
 	bool "alpha"
+	depends on BROKEN # no threads, shared libs, gcc psignal compile errors
 config BR2_arm
 	bool "arm"
 config BR2_armeb