summaryrefslogtreecommitdiff
path: root/target/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-08-20 20:41:41 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-08-20 20:41:41 +0200
commit70c44baa23fbf86a888f6f37a75bca10a631a01c (patch)
treecf5d557fddf53ddb4851a0ae5db68c3ff9f5407e /target/Config.in
parentdd35f8739be06beda5a2e2d3f753056cf1fb724a (diff)
add eglibc support
all three libraries tested with qemu-x86
Diffstat (limited to 'target/Config.in')
-rw-r--r--target/Config.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in
index b2c29d0d0..b29bab13e 100644
--- a/target/Config.in
+++ b/target/Config.in
@@ -316,6 +316,21 @@ config ADK_TARGET_LIB_UCLIBC
help
http://uclibc.org
+config ADK_TARGET_LIB_EGLIBC
+ bool "Embedded GNU C library"
+ depends on ADK_LINUX_X86_QEMU || \
+ ADK_LINUX_MIPS_QEMU || \
+ ADK_LINUX_MIPS64_QEMU || \
+ ADK_LINUX_MIPSEL_QEMU || \
+ ADK_LINUX_MIPS64EL_QEMU || \
+ ADK_LINUX_X86_ALIX1C || \
+ ADK_LINUX_MIPS_RB411 || \
+ ADK_LINUX_MIPS_RB532 || \
+ ADK_LINUX_RESCUE || \
+ ADK_LINUX_MIPS64_LEMOTE
+ help
+ http://www.eglibc.org
+
config ADK_TARGET_LIB_GLIBC
bool "GNU C library"
depends on ADK_LINUX_X86_QEMU || \
@@ -330,6 +345,7 @@ config ADK_TARGET_LIB_GLIBC
ADK_LINUX_MIPS64_LEMOTE
help
http://www.gnu.org/libc
+
endchoice
choice