diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-01-31 11:29:00 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-01-31 11:29:00 +0100 |
commit | 0c82ee3f055235ff777c220d1e469a56996ab481 (patch) | |
tree | 4967589e70e8612e1949e1a6e9e592854d47218b /target/config | |
parent | 7f6d5694d42ae490acce103e196fa93071b44532 (diff) |
disable partly broken multilib support for now
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in b/target/config/Config.in index 187654019..8b88b0b49 100644 --- a/target/config/Config.in +++ b/target/config/Config.in @@ -121,7 +121,7 @@ config ADK_TARGET_LIBC_PATH menu "Target multilib support" -depends on ADK_TARGET_KERNEL64 && \ +depends on ADK_TARGET_DISABLED && \ ( ADK_LINUX_X86_64 || ADK_LINUX_MIPS ) && \ ( ADK_TARGET_LIB_EGLIBC || ADK_TARGET_LIB_GLIBC ) |