summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-08-14 12:11:20 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-08-14 12:11:20 +0200
commit76ca709e69bf386a9e011fae588fe3f5d09b834c (patch)
tree3a632f11b1e5ed827fdf14310a316fa60353c078 /target
parentf9ac2c3112cedf7d1f155847825297543205e9e2 (diff)
prepare the base system without libgcc even for musl
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/target/config/Config.in b/target/config/Config.in
index 3865147a7..84ea8fe68 100644
--- a/target/config/Config.in
+++ b/target/config/Config.in
@@ -564,9 +564,6 @@ config ADK_musl
config ADK_libc
boolean
-config ADK_TARGET_LIB_STATIC_LIBGCC
- boolean
-
config ADK_TARGET_LIBC
string
default "uclibc" if ADK_uclibc
@@ -584,7 +581,6 @@ config ADK_TARGET_LIB_UCLIBC
prompt "uClibc embedded C library"
boolean
select ADK_uclibc
- select ADK_TARGET_LIB_STATIC_LIBGCC
depends on \
!ADK_LINUX_SPARC64 && \
!ADK_LINUX_PPC64 && \
@@ -597,7 +593,6 @@ config ADK_TARGET_LIB_EGLIBC
prompt "Embedded GNU C library"
boolean
select ADK_eglibc
- select ADK_TARGET_LIB_STATIC_LIBGCC
depends on \
ADK_LINUX_ARM || \
ADK_LINUX_ARMEB || \
@@ -618,7 +613,6 @@ config ADK_TARGET_LIB_GLIBC
prompt "GNU C library"
boolean
select ADK_glibc
- select ADK_TARGET_LIB_STATIC_LIBGCC
depends on \
ADK_LINUX_ARM || \
ADK_LINUX_ARMEB || \
@@ -654,7 +648,6 @@ config ADK_TARGET_LIB_LIBC
prompt "Native C library"
boolean
select ADK_libc
- select ADK_TARGET_LIB_STATIC_LIBGCC
depends on ADK_LINUX_NATIVE
endchoice