diff options
author | Willy Tarreau <w@1wt.eu> | 2011-11-15 19:11:57 +0100 |
---|---|---|
committer | Willy Tarreau <w@1wt.eu> | 2011-11-15 19:11:57 +0100 |
commit | e008b89c58c97cb8c2cce4ff28cea0bce6393554 (patch) | |
tree | b12aaf2a395ead3aee721f1bcf76bdf5b4094708 /config/libc/glibc.in | |
parent | 2183a850e237b38264a8695511812a1e5cb8c2aa (diff) | |
download | crosstool-ng-e008b89c58c97cb8c2cce4ff28cea0bce6393554.tar.gz crosstool-ng-e008b89c58c97cb8c2cce4ff28cea0bce6393554.tar.bz2 crosstool-ng-e008b89c58c97cb8c2cce4ff28cea0bce6393554.zip |
libc/glibc: add 2.14.1
Signed-off-by: Willy Tarreau <w@1wt.eu>
Diffstat (limited to 'config/libc/glibc.in')
-rw-r--r-- | config/libc/glibc.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/libc/glibc.in b/config/libc/glibc.in index 17157ac8..e9dc31a0 100644 --- a/config/libc/glibc.in +++ b/config/libc/glibc.in @@ -41,6 +41,11 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config LIBC_GLIBC_V_2_14_1 + bool + prompt "2.14.1 (EXPERIMENTAL)" + depends on EXPERIMENTAL + config LIBC_GLIBC_V_2_14 bool prompt "2.14 (EXPERIMENTAL)" @@ -118,6 +123,7 @@ config LIBC_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.14.1" if LIBC_GLIBC_V_2_14_1 default "2.14" if LIBC_GLIBC_V_2_14 default "2.13" if LIBC_GLIBC_V_2_13 default "2.12.2" if LIBC_GLIBC_V_2_12_2 |