glibc: switch to version 2.22 by default
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48555
This commit is contained in:
parent
88df28aab1
commit
b26d52d980
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
choice
|
choice
|
||||||
prompt "(e)glibc version"
|
prompt "(e)glibc version"
|
||||||
depends on TOOLCHAINOPTS && USE_GLIBC
|
depends on TOOLCHAINOPTS && USE_GLIBC
|
||||||
default EGLIBC_USE_VERSION_2_19
|
default EGLIBC_USE_VERSION_2_22
|
||||||
help
|
help
|
||||||
Select the version of glibc you wish to use.
|
Select the version of glibc you wish to use.
|
||||||
|
|
||||||
|
|
|
@ -7,13 +7,13 @@ config GLIBC_VERSION
|
||||||
default "2.22" if GLIBC_VERSION_2_22
|
default "2.22" if GLIBC_VERSION_2_22
|
||||||
|
|
||||||
config EGLIBC_VERSION_2_19
|
config EGLIBC_VERSION_2_19
|
||||||
default y if !TOOLCHAINOPTS
|
|
||||||
bool
|
bool
|
||||||
|
|
||||||
config GLIBC_VERSION_2_21
|
config GLIBC_VERSION_2_21
|
||||||
bool
|
bool
|
||||||
|
|
||||||
config GLIBC_VERSION_2_22
|
config GLIBC_VERSION_2_22
|
||||||
|
default y if !TOOLCHAINOPTS
|
||||||
bool
|
bool
|
||||||
|
|
||||||
config GLIBC_REVISION
|
config GLIBC_REVISION
|
||||||
|
|
Loading…
Reference in a new issue