X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=toolchain%2Feglibc%2FConfig.version;h=a383bb211d8608fdb681a110384edd5afba45918;hb=9dfb047b97d76b255ef5c352abc623a9be32ded5;hp=edee7cc15e15e23f70acd8d1fbb693b619fc7d4b;hpb=c3c59f418996d48f4df202e480a34f32c90f8ee5;p=openwrt.git diff --git a/toolchain/eglibc/Config.version b/toolchain/eglibc/Config.version index edee7cc15e..a383bb211d 100644 --- a/toolchain/eglibc/Config.version +++ b/toolchain/eglibc/Config.version @@ -1,9 +1,19 @@ +if USE_EGLIBC + config EGLIBC_VERSION string - depends on USE_EGLIBC - default "2.6.1" if EGLIBC_VERSION_2_6_1 - default "2.7" if EGLIBC_VERSION_2_7 - default "2.8" if EGLIBC_VERSION_2_8 - default "2.9" if EGLIBC_VERSION_2_9 - default "trunk" + default "2.15" if EGLIBC_VERSION_2_15 + default "2.16" if EGLIBC_VERSION_2_16 + default "2.17" if EGLIBC_VERSION_2_17 + +config EGLIBC_VERSION_2_15 + default y if !TOOLCHAINOPTS + bool + +config EGLIBC_VERSION_2_16 + bool + +config EGLIBC_VERSION_2_17 + bool +endif