summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-09 22:27:16 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-09 22:27:16 +0100
commite7e496c7ecc8c8f550aec8dd7190b2732cc8248d (patch)
treea577d6ada4c88d375765203e83b4a4af23fc865f /target
parent8d47e5dc63b6a77081af0ef9c2cf7d0d1e14526d (diff)
musl on mips is O32 ABI only
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/config/Config.in b/target/config/Config.in
index 8005a487b..0d5e057a7 100644
--- a/target/config/Config.in
+++ b/target/config/Config.in
@@ -83,6 +83,7 @@ depends on ADK_TARGET_KERNEL64 && ADK_LINUX_MIPS
config ADK_TARGET_ABI_N32
boolean "N32 ABI (new)"
select ADK_n32
+ depends on !ADK_TARGET_LIB_MUSL
config ADK_TARGET_ABI_O32
boolean "O32 ABI (old)"
@@ -91,6 +92,7 @@ config ADK_TARGET_ABI_O32
config ADK_TARGET_ABI_N64
boolean "N64 ABI"
select ADK_n64
+ depends on !ADK_TARGET_LIB_MUSL
endchoice