Author: blogic Date: 2015-03-26 11:59:04 +0100 (Thu, 26 Mar 2015) New Revision: 45015
Modified: trunk/toolchain/glibc/Config.version Log: toolchain: fix eglibc build when TOOLCHAINOPTS is not set Signed-off-by: John Crispin <[email protected]> Modified: trunk/toolchain/glibc/Config.version =================================================================== --- trunk/toolchain/glibc/Config.version 2015-03-26 10:58:59 UTC (rev 45014) +++ trunk/toolchain/glibc/Config.version 2015-03-26 10:59:04 UTC (rev 45015) @@ -10,7 +10,6 @@ bool config GLIBC_VERSION_2_21 - default y if !TOOLCHAINOPTS bool config GLIBC_REVISION @@ -20,3 +19,8 @@ default "" endif + +menu "eglibc configuration" + depends on !TOOLCHAINOPTS && USE_GLIBC + source toolchain/glibc/config/Config.in +endmenu _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
