diff options
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/config/Config.in b/target/config/Config.in index e38d19cd3..dd80fb9cf 100644 --- a/target/config/Config.in +++ b/target/config/Config.in @@ -91,6 +91,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)" @@ -99,6 +100,7 @@ config ADK_TARGET_ABI_O32 config ADK_TARGET_ABI_N64 boolean "N64 ABI" select ADK_n64 + depends on !ADK_TARGET_LIB_MUSL endchoice |