Author: nbd Date: 2016-01-30 00:19:26 +0100 (Sat, 30 Jan 2016) New Revision: 48555
Modified: trunk/toolchain/glibc/Config.in trunk/toolchain/glibc/Config.version Log: glibc: switch to version 2.22 by default Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/toolchain/glibc/Config.in =================================================================== --- trunk/toolchain/glibc/Config.in 2016-01-29 23:19:19 UTC (rev 48554) +++ trunk/toolchain/glibc/Config.in 2016-01-29 23:19:26 UTC (rev 48555) @@ -1,7 +1,7 @@ choice prompt "(e)glibc version" depends on TOOLCHAINOPTS && USE_GLIBC - default EGLIBC_USE_VERSION_2_19 + default EGLIBC_USE_VERSION_2_22 help Select the version of glibc you wish to use. Modified: trunk/toolchain/glibc/Config.version =================================================================== --- trunk/toolchain/glibc/Config.version 2016-01-29 23:19:19 UTC (rev 48554) +++ trunk/toolchain/glibc/Config.version 2016-01-29 23:19:26 UTC (rev 48555) @@ -7,13 +7,13 @@ default "2.22" if GLIBC_VERSION_2_22 config EGLIBC_VERSION_2_19 - default y if !TOOLCHAINOPTS bool config GLIBC_VERSION_2_21 bool config GLIBC_VERSION_2_22 + default y if !TOOLCHAINOPTS bool config GLIBC_REVISION _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
