From 716ca530e1c4515d8683c9d5be3d56b301758b66 Mon Sep 17 00:00:00 2001 From: James <> Date: Wed, 4 Nov 2015 11:49:21 +0000 Subject: trunk-47381 --- toolchain/glibc/Config.version | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 toolchain/glibc/Config.version (limited to 'toolchain/glibc/Config.version') diff --git a/toolchain/glibc/Config.version b/toolchain/glibc/Config.version new file mode 100644 index 0000000..2ac01d7 --- /dev/null +++ b/toolchain/glibc/Config.version @@ -0,0 +1,26 @@ +if USE_GLIBC + +config GLIBC_VERSION + string + default "2.19" if EGLIBC_VERSION_2_19 + default "2.21" if GLIBC_VERSION_2_21 + +config EGLIBC_VERSION_2_19 + default y if !TOOLCHAINOPTS + bool + +config GLIBC_VERSION_2_21 + bool + +config GLIBC_REVISION + string + default "25243" if EGLIBC_VERSION_2_19 + default "4e42b5b8f8" if GLIBC_VERSION_2_21 + default "" + +endif + +menu "eglibc configuration" + depends on !TOOLCHAINOPTS && USE_GLIBC + source toolchain/glibc/config/Config.in +endmenu -- cgit v1.2.3