diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2012-07-02 20:36:56 -0700 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2012-07-02 20:36:56 -0700 |
commit | b8869ef3620d1046d1e82a4ed9532d8816db4f0c (patch) | |
tree | e4ee2884b3acda30e793379f1805be00717911aa | |
parent | 0b60645e3a97fc1dec9e2067db1cf1c4f5eb3d76 (diff) | |
download | crosstool-ng-b8869ef3620d1046d1e82a4ed9532d8816db4f0c.tar.gz crosstool-ng-b8869ef3620d1046d1e82a4ed9532d8816db4f0c.tar.bz2 crosstool-ng-b8869ef3620d1046d1e82a4ed9532d8816db4f0c.zip |
libc/eglibc: Add eglibc 2.16
Patches don't need to come forward, as they are in this branch.
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Message-Id: <6fdf77081379812820e8.1341286640@flambe.is-a-geek.org>
-rw-r--r-- | config/libc/eglibc.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/libc/eglibc.in b/config/libc/eglibc.in index 811da8e9..d44c2369 100644 --- a/config/libc/eglibc.in +++ b/config/libc/eglibc.in @@ -18,6 +18,11 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config LIBC_EGLIBC_V_2_16 + bool + prompt "2_16" + select LIBC_EGLIBC_2_16_or_later + config LIBC_EGLIBC_V_2_15 bool prompt "2_15" @@ -86,6 +91,7 @@ config LIBC_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2_16" if LIBC_EGLIBC_V_2_16 default "2_15" if LIBC_EGLIBC_V_2_15 default "2_14" if LIBC_EGLIBC_V_2_14 default "2_13" if LIBC_EGLIBC_V_2_13 @@ -99,6 +105,10 @@ config LIBC_VERSION default "2_5" if LIBC_EGLIBC_V_2_5 default "trunk" if LIBC_EGLIBC_V_TRUNK +config LIBC_EGLIBC_2_16_or_later + bool + select LIBC_EGLIBC_2_15_or_later + config LIBC_EGLIBC_2_15_or_later bool select LIBC_EGLIBC_2_14_or_later |