1
0
Waldemar Brodkorb 9 лет назад
Родитель
Сommit
f68c2bafc9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      target/config/Config.in.toolchain

+ 1 - 1
target/config/Config.in.toolchain

@@ -139,7 +139,7 @@ config ADK_DEBUG_STRIP
 config ADK_TARGET_USE_STATIC_LIBS
 config ADK_TARGET_USE_STATIC_LIBS
 	bool "Link applications statically by default"
 	bool "Link applications statically by default"
 	select BUSYBOX_STATIC
 	select BUSYBOX_STATIC
-	depends on !ADK_TARGET_BINFMT_FLAT
+	depends on !ADK_TARGET_BINFMT_FLAT && !ADK_TARGET_BINFMT_DSBT
 	help
 	help
 	  Useful for debugging of dynamic linker problems. Be aware of the fact, that uClibc and glibc
 	  Useful for debugging of dynamic linker problems. Be aware of the fact, that uClibc and glibc
 	  still requires libgcc_so.so.1 for pthread_cancel. Glibc also requires libnss_*.so libraries
 	  still requires libgcc_so.so.1 for pthread_cancel. Glibc also requires libnss_*.so libraries