Просмотр исходного кода

buildroot: mark alpha as broken

It still doesn't build with threading + shared libs disabled
Peter Korsgaard 16 лет назад
Родитель
Сommit
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