From: florian Date: Fri, 5 Apr 2013 12:36:26 +0000 (+0000) Subject: toolchain: musl is not available on MIPS64 X-Git-Tag: fast2504n-3.10.28-merged~2909 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;ds=sidebyside;h=f38f3dd61288491823b088fdb3b67e084ef4afd5;p=openwrt.git toolchain: musl is not available on MIPS64 Signed-off-by: Florian Fainelli git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36206 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/toolchain/Config.in b/toolchain/Config.in index e32364095b..cbac108cd0 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -177,6 +177,7 @@ choice config USE_MUSL bool "Use musl" + depends !(mips64 || mips64el) endchoice