Browse Source

autoselect libgcc, always required until we introduce -static-libgcc for musl/uCLibc-ng

Waldemar Brodkorb 7 years ago
parent
commit
e91feee1bd
2 changed files with 3 additions and 1 deletions
  1. 1 1
      package/glibc/Config.in.manual
  2. 2 0
      target/config/Config.in.libc

+ 1 - 1
package/glibc/Config.in.manual

@@ -8,7 +8,7 @@ config ADK_PACKAGE_GLIBC
 	  GNU C library.
 
 config ADK_PACKAGE_GLIBC_GCONV
-	bool "glibc-gconv.............. gconv libraries"
+	bool "glibc-gconv............. gconv libraries"
 	default n
 	depends on ADK_TARGET_LIB_GLIBC
 	help

+ 2 - 0
target/config/Config.in.libc

@@ -40,6 +40,7 @@ config ADK_TARGET_LIB_UCLIBC_NG
 
 config ADK_TARGET_LIB_MUSL
 	bool "musl C library"
+	select ADK_PACKAGE_LIBGCC
 	depends on (\
 		ADK_TARGET_ARCH_AARCH64 || \
 		ADK_TARGET_ARCH_ARM || \
@@ -58,6 +59,7 @@ config ADK_TARGET_LIB_MUSL
 
 config ADK_TARGET_LIB_GLIBC
 	bool "GNU C library"
+	select ADK_PACKAGE_LIBGCC
 	depends on (\
 		ADK_TARGET_ARCH_AARCH64 || \
 		ADK_TARGET_ARCH_ALPHA || \