diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-10-10 10:59:41 +0200 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-10-10 10:59:41 +0200 |
commit | 81618c13daaf81fe0411a0d25ebb4b57e5ecfdb4 (patch) | |
tree | 52b2fd52a0190b67263e12cd0089218788823f3b /target/config | |
parent | 581c747ae157d8802dc704786eaceb648da79e28 (diff) | |
parent | ab873baee4dfea7af585ddbbf314db3a9f3317c0 (diff) |
merge, and update stuff
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/target/config/Config.in b/target/config/Config.in index bfbfb550c..d31bd25a9 100644 --- a/target/config/Config.in +++ b/target/config/Config.in @@ -127,6 +127,21 @@ depends on ADK_TARGET_KERNEL64 && \ config ADK_TARGET_WITH_MULTILIB boolean "multilib support" +config ADK_TARGET_MULTILIB_MIPS_64 + boolean "64 bit libraries (n64 abi)" + depends on ADK_LINUX_MIPS && ADK_TARGET_WITH_MULTILIB + default y if ADK_n64 + +config ADK_TARGET_MULTILIB_MIPS_N32 + boolean "32 bit libraries (n32 abi)" + depends on ADK_LINUX_MIPS && ADK_TARGET_WITH_MULTILIB + default y if ADK_n32 + +config ADK_TARGET_MULTILIB_MIPS_O32 + boolean "32 bit libraries (o32 abi)" + depends on ADK_LINUX_MIPS && ADK_TARGET_WITH_MULTILIB + default y if ADK_o32 + config ADK_TARGET_MULTILIB_X86_64 boolean "64 bit libraries" depends on ADK_LINUX_X86_64 && ADK_TARGET_WITH_MULTILIB |