aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-03-26 10:59:04 +0000
committerJohn Crispin <blogic@openwrt.org>2015-03-26 10:59:04 +0000
commit29d9f6dc5cbb35891e7bab2a048fd4b488108398 (patch)
tree9188398494f63b5e274439380d46178a230918ff /toolchain
parentd501aa20ff9b2a4782c1bac2c107cd095eb87e43 (diff)
downloadupstream-29d9f6dc5cbb35891e7bab2a048fd4b488108398.tar.gz
upstream-29d9f6dc5cbb35891e7bab2a048fd4b488108398.tar.bz2
upstream-29d9f6dc5cbb35891e7bab2a048fd4b488108398.zip
toolchain: fix eglibc build when TOOLCHAINOPTS is not set
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45015 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain')
-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