summaryrefslogtreecommitdiffstats
path: root/toolchain/glibc/Config.version
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-03-26 10:59:04 +0000
committerJohn Crispin <john@openwrt.org>2015-03-26 10:59:04 +0000
commitb98c19888373d4adb5c46e61f379d883096ec673 (patch)
treeeddd37222450c86bb34fa9b2a48fe63ec1f33301 /toolchain/glibc/Config.version
parent2d994f2fdcce9ebcfebc7a7389747851e1ec8ad9 (diff)
downloadmaster-31e0f0ae-b98c19888373d4adb5c46e61f379d883096ec673.tar.gz
master-31e0f0ae-b98c19888373d4adb5c46e61f379d883096ec673.tar.bz2
master-31e0f0ae-b98c19888373d4adb5c46e61f379d883096ec673.zip
toolchain: fix eglibc build when TOOLCHAINOPTS is not set
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45015
Diffstat (limited to 'toolchain/glibc/Config.version')
-rw-r--r--toolchain/glibc/Config.version6
1 files changed, 5 insertions, 1 deletions
diff --git a/toolchain/glibc/Config.version b/toolchain/glibc/Config.version
index 0d84df2175..2ac01d7d73 100644
--- a/toolchain/glibc/Config.version
+++ b/toolchain/glibc/Config.version
@@ -10,7 +10,6 @@ config EGLIBC_VERSION_2_19
bool
config GLIBC_VERSION_2_21
- default y if !TOOLCHAINOPTS
bool
config GLIBC_REVISION
@@ -20,3 +19,8 @@ config GLIBC_REVISION
default ""
endif
+
+menu "eglibc configuration"
+ depends on !TOOLCHAINOPTS && USE_GLIBC
+ source toolchain/glibc/config/Config.in
+endmenu