diff options
author | austinf <austinf@localhost> | 2009-04-15 09:13:21 +0000 |
---|---|---|
committer | austinf <austinf@localhost> | 2009-04-15 09:13:21 +0000 |
commit | a1e086da09091082110cfe388497a77b2784ee7c (patch) | |
tree | 90503eb687b5049aea2981e5c40ce5da35e96395 /target/Config.in.arch | |
parent | 73f4adaa542d555fe589aacfd8da5b8100820610 (diff) | |
download | buildroot-novena-a1e086da09091082110cfe388497a77b2784ee7c.tar.gz buildroot-novena-a1e086da09091082110cfe388497a77b2784ee7c.zip |
unmark the sparc targets as broken, they build if you disable shared libgcc
Diffstat (limited to 'target/Config.in.arch')
-rw-r--r-- | target/Config.in.arch | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/Config.in.arch b/target/Config.in.arch index ab2e97aa9..29d2b4a33 100644 --- a/target/Config.in.arch +++ b/target/Config.in.arch @@ -39,10 +39,8 @@ config BR2_sh64 bool "superh64" config BR2_sparc bool "sparc" - depends on BROKEN # uclibc linker errors config BR2_sparc64 bool "sparc64" - depends on BROKEN # uclibc libm linker errors config BR2_x86_64 bool "x86_64" endchoice |