diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-14 15:27:39 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-14 15:27:39 +0200 |
commit | 5825ea7fe32c9b1b4e3ba2aaf685643c3d963780 (patch) | |
tree | 880c89dff37ac073b34340b73348789aee2740fc /target/config/Config.in | |
parent | beeff568cc2a04142e145f0089e2aa622ccfbb66 (diff) | |
parent | 8698670fc211c570832f2c5a261643157d910642 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/config/Config.in')
-rw-r--r-- | target/config/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/config/Config.in b/target/config/Config.in index a14ef5b7a..fc5c8d94a 100644 --- a/target/config/Config.in +++ b/target/config/Config.in @@ -564,6 +564,9 @@ config ADK_musl config ADK_libc boolean +config ADK_TARGET_LIB_STATIC_LIBGCC + boolean + config ADK_TARGET_LIBC string default "uclibc" if ADK_uclibc @@ -585,6 +588,7 @@ config ADK_TARGET_LIB_UCLIBC !ADK_LINUX_SPARC64 && \ !ADK_LINUX_PPC64 && \ !ADK_LINUX_NATIVE + select ADK_TARGET_LIB_STATIC_LIBGCC help http://uclibc.org @@ -605,6 +609,7 @@ config ADK_TARGET_LIB_EGLIBC ADK_LINUX_SPARC64 || \ ADK_LINUX_X86 || \ ADK_LINUX_X86_64 + select ADK_TARGET_LIB_STATIC_LIBGCC help http://www.eglibc.org @@ -625,6 +630,7 @@ config ADK_TARGET_LIB_GLIBC ADK_LINUX_SPARC64 || \ ADK_LINUX_X86 || \ ADK_LINUX_X86_64 + select ADK_TARGET_LIB_STATIC_LIBGCC help http://www.gnu.org/libc @@ -646,6 +652,7 @@ 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 |