diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2013-11-10 17:32:08 +0100 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2013-11-10 17:32:08 +0100 |
commit | e718329929fd7ae778d6e73a04876dfacd70c581 (patch) | |
tree | 7efe95ac4d0720eb4dfddbaa583a9b8c772ec888 /target/config | |
parent | 93781b0afff1f5f7f89160c8983ed6e54242ccf3 (diff) | |
parent | 92c6800911697db6175731494f3e118dbad3b38a (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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 |