Author: blogic Date: 2014-06-19 16:13:16 +0200 (Thu, 19 Jun 2014) New Revision: 41273
Modified: trunk/toolchain/eglibc/Config.in trunk/toolchain/eglibc/Config.version Log: toolchain: make the default eglibc selection work even if TOOLCHAINOPTS is not enabled default config build fail on octeon without this. Signed-off-by: John Crispin <[email protected]> Modified: trunk/toolchain/eglibc/Config.in =================================================================== --- trunk/toolchain/eglibc/Config.in 2014-06-19 14:13:12 UTC (rev 41272) +++ trunk/toolchain/eglibc/Config.in 2014-06-19 14:13:16 UTC (rev 41273) @@ -15,13 +15,6 @@ endchoice -config EGLIBC_REVISION - string - depends on TOOLCHAINOPTS && USE_EGLIBC - default "18909" if EGLIBC_VERSION_2_15 - default "25243" if EGLIBC_VERSION_2_19 - default "" - menu "eglibc configuration" depends on TOOLCHAINOPTS && USE_EGLIBC source toolchain/eglibc/config/Config.in Modified: trunk/toolchain/eglibc/Config.version =================================================================== --- trunk/toolchain/eglibc/Config.version 2014-06-19 14:13:12 UTC (rev 41272) +++ trunk/toolchain/eglibc/Config.version 2014-06-19 14:13:16 UTC (rev 41273) @@ -12,4 +12,15 @@ default y if !TOOLCHAINOPTS bool +config EGLIBC_REVISION + string + default "18909" if EGLIBC_VERSION_2_15 + default "25243" if EGLIBC_VERSION_2_19 + default "" + endif + +menu "eglibc configuration" + depends on !TOOLCHAINOPTS && USE_EGLIBC + source toolchain/eglibc/config/Config.in +endmenu _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
