diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-13 15:14:21 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-13 15:14:21 +0000 |
commit | a81367744f3661b4d77ec45e93c5dc71aac2b7be (patch) | |
tree | b7854a864a69d6e5f2bd12cb9a2a3375ecacf9d6 | |
parent | 35dc4cd62852f5123799cbfe4dfa05989f24e444 (diff) |
buildroot: mark alpha as broken
It still doesn't build with threading + shared libs disabled
-rw-r--r-- | target/Config.in.arch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/Config.in.arch b/target/Config.in.arch index d39a9891a..b12c9994f 100644 --- a/target/Config.in.arch +++ b/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 |