summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.libc2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc
index f3ad60405..6dd7f7949 100644
--- a/target/config/Config.in.libc
+++ b/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 || \