Browse Source

disable partly broken multilib support for now

Waldemar Brodkorb 12 years ago
parent
commit
0c82ee3f05
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/config/Config.in

+ 1 - 1
target/config/Config.in

@@ -121,7 +121,7 @@ config ADK_TARGET_LIBC_PATH
 
 
 
 
 menu "Target multilib support"
 menu "Target multilib support"
-depends on ADK_TARGET_KERNEL64 && \
+depends on ADK_TARGET_DISABLED && \
 	( ADK_LINUX_X86_64 || ADK_LINUX_MIPS ) && \
 	( ADK_LINUX_X86_64 || ADK_LINUX_MIPS ) && \
 	( ADK_TARGET_LIB_EGLIBC || ADK_TARGET_LIB_GLIBC )
 	( ADK_TARGET_LIB_EGLIBC || ADK_TARGET_LIB_GLIBC )