toolchain: mark musl as broken for the chaos_calmer branch
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 10 Jul 2015 11:28:44 +0000 (11:28 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 10 Jul 2015 11:28:44 +0000 (11:28 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46291 3c298f89-4303-0410-b956-a3cf2f4a3e73

toolchain/Config.in

index 7b365e4..f3464a8 100644 (file)
@@ -228,6 +228,7 @@ choice
        config LIBC_USE_MUSL
                select USE_MUSL
                bool "Use musl"
+               depends on BROKEN
                depends on !(mips64 || mips64el)
 
 endchoice