summaryrefslogtreecommitdiff
path: root/package/ctorrent
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-08-28 21:47:44 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-08-28 21:47:44 +0200
commit0a3d29e18ca731cafed7155b73a92a8f2756ca27 (patch)
tree01c464d54b6d00a3334bf4b72c4c66a2c6ffc859 /package/ctorrent
parent58e2e795851d40c1e298354a264aa03eca1717e8 (diff)
make allmodconfig round for lemote yeelong target
Diffstat (limited to 'package/ctorrent')
-rw-r--r--package/ctorrent/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ctorrent/Config.in b/package/ctorrent/Config.in
index 169546625..862b8c460 100644
--- a/package/ctorrent/Config.in
+++ b/package/ctorrent/Config.in
@@ -13,7 +13,7 @@ config ADK_PACKAGE_CTORRENT
choice
prompt "C++ library to use"
depends on ADK_PACKAGE_CTORRENT
-default ADK_COMPILE_CTORRENT_WITH_STDCXX if ADK_TARGET_LIB_GLIBC
+default ADK_COMPILE_CTORRENT_WITH_STDCXX if ADK_TARGET_LIB_GLIBC || ADK_TARGET_LIB_EGLIBC
default ADK_COMPILE_CTORRENT_WITH_UCLIBCXX if ADK_TARGET_LIB_UCLIBC
config ADK_COMPILE_CTORRENT_WITH_STDCXX