diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2011-06-21 20:52:08 -0700 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2011-06-21 20:52:08 -0700 |
commit | c7dae78a6b54a3acd33765ed52589311802aa786 (patch) | |
tree | b59fd05dcc8f7f64b3e522b32f9a6bf10cd6723b /config/libc/eglibc.in | |
parent | cae77e1b31604ca3e5ca03739691223a3153f625 (diff) | |
download | crosstool-ng-c7dae78a6b54a3acd33765ed52589311802aa786.tar.gz crosstool-ng-c7dae78a6b54a3acd33765ed52589311802aa786.tar.bz2 crosstool-ng-c7dae78a6b54a3acd33765ed52589311802aa786.zip |
config/eglibc: Add eglibc-2_14 branch
Eglibc-2_14 has been branched.
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'config/libc/eglibc.in')
-rw-r--r-- | config/libc/eglibc.in | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/config/libc/eglibc.in b/config/libc/eglibc.in index 8fe2faaa..19e93b33 100644 --- a/config/libc/eglibc.in +++ b/config/libc/eglibc.in @@ -18,6 +18,12 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config LIBC_EGLIBC_V_2_14 + bool + prompt "2_14" + depends on EXPERIMENTAL + select LIBC_EGLIBC_2_14_or_later + config LIBC_EGLIBC_V_2_13 bool prompt "2_13" @@ -67,7 +73,7 @@ config LIBC_EGLIBC_V_2_5 config LIBC_EGLIBC_V_TRUNK bool prompt "'trunk'" - select LIBC_EGLIBC_2_13_or_later + select LIBC_EGLIBC_2_14_or_later help Selecting this will export the trunk of the eglibc subversion repository. @@ -77,6 +83,7 @@ config LIBC_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2_14" if LIBC_EGLIBC_V_2_14 default "2_13" if LIBC_EGLIBC_V_2_13 default "2_12" if LIBC_EGLIBC_V_2_12 default "2_11" if LIBC_EGLIBC_V_2_11 @@ -88,6 +95,10 @@ config LIBC_VERSION default "2_5" if LIBC_EGLIBC_V_2_5 default "trunk" if LIBC_EGLIBC_V_TRUNK +config LIBC_EGLIBC_2_14_or_later + bool + select LIBC_EGLIBC_2_13_or_later + config LIBC_EGLIBC_2_13_or_later bool select LIBC_EGLIBC_2_12_or_later |