Quellcode durchsuchen

buildroot: mark alpha as broken

It still doesn't build with threading + shared libs disabled
Peter Korsgaard vor 16 Jahren
Ursprung
Commit
a81367744f
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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