summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-15 13:20:32 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-15 13:20:32 +0100
commit09fa85e012be73f239bb78ce267abab7a62837b1 (patch)
tree7dbd0302fe53c028d230432cf712cc55665eb3b6
parent8ecc2621cacdcb89ace38163c4eae9a695a54afa (diff)
foxg20 does work with (e)glibc
-rw-r--r--target/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in
index f2484c9ff..a43456d49 100644
--- a/target/Config.in
+++ b/target/Config.in
@@ -674,6 +674,7 @@ config ADK_TARGET_LIB_EGLIBC
bool "Embedded GNU C library"
select ADK_eglibc
depends on ADK_LINUX_QEMU || \
+ ADK_LINUX_ARM_FOXG20 || \
ADK_LINUX_X86_IBMX40 || \
ADK_LINUX_X86_ALIX || \
ADK_LINUX_X86_WRAP || \
@@ -690,6 +691,7 @@ config ADK_TARGET_LIB_GLIBC
bool "GNU C library"
select ADK_glibc
depends on ADK_LINUX_QEMU || \
+ ADK_LINUX_ARM_FOXG20 || \
ADK_LINUX_X86_IBMX40 || \
ADK_LINUX_X86_ALIX || \
ADK_LINUX_X86_WRAP || \