From: John Crispin Date: Thu, 26 Mar 2015 10:59:04 +0000 (+0000) Subject: toolchain: fix eglibc build when TOOLCHAINOPTS is not set X-Git-Tag: reboot~3722 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=b98c19888373d4adb5c46e61f379d883096ec673;p=openwrt%2Fstaging%2Flynxis.git toolchain: fix eglibc build when TOOLCHAINOPTS is not set Signed-off-by: John Crispin SVN-Revision: 45015 --- 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