add a modified version of the mips64 patch from #4603
[openwrt/staging/wigyori.git] / toolchain / uClibc / Config.in
index c4f41aedb68a0d79902c87359a259ac265cac8d9..523120a454dff74860864c782b0ac5fbcb15ffd0 100644 (file)
@@ -8,10 +8,12 @@ choice
          Select the version of uClibc you wish to use.
 
        config UCLIBC_VERSION_SNAPSHOT
+               depends BROKEN
                bool "uClibc snapshot"
 
        config UCLIBC_VERSION_0_9_28
                bool "uClibc 0.9.28"
+               depends !(mips64 || mips64el)
 
        config UCLIBC_VERSION_0_9_29
                bool "uClibc 0.9.29"
@@ -25,6 +27,7 @@ config UCLIBC_VERSION_NPTL
        bool "Use NPTL branch"
        depends on TOOLCHAINOPTS && USE_UCLIBC
        depends on UCLIBC_VERSION_0_9_30
+       depends BROKEN
 
 
 config UCLIBC_EXTRA_VERSION