projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e032922
)
toolchain: musl is not available on MIPS64
author
Florian Fainelli
<florian@openwrt.org>
Fri, 5 Apr 2013 12:36:26 +0000
(12:36 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Fri, 5 Apr 2013 12:36:26 +0000
(12:36 +0000)
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36206
toolchain/Config.in
patch
|
blob
|
history
diff --git
a/toolchain/Config.in
b/toolchain/Config.in
index e32364095bbe31ab78b6c8f8c698dd48a8cb1075..cbac108cd0c65202157bcbaf8cebeab43603e13a 100644
(file)
--- a/
toolchain/Config.in
+++ b/
toolchain/Config.in
@@
-177,6
+177,7
@@
choice
config USE_MUSL
bool "Use musl"
+ depends !(mips64 || mips64el)
endchoice