diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-02-02 21:07:07 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-02-02 21:07:07 +0000 |
commit | db9f38f824cc6b04116f8c704048c8611a9dc64c (patch) | |
tree | 5087954caf1c3a7319ba0936bc137198731bf6de /config/libc/eglibc.in | |
parent | a706d09c2e841a6e98f559264053a2789d87c08a (diff) | |
download | crosstool-ng-db9f38f824cc6b04116f8c704048c8611a9dc64c.tar.gz crosstool-ng-db9f38f824cc6b04116f8c704048c8611a9dc64c.tar.bz2 crosstool-ng-db9f38f824cc6b04116f8c704048c8611a9dc64c.zip |
Add option for the latest eglibc 2_9 branch.
/trunk/config/libc/eglibc.in | 13 9 4 0 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
Diffstat (limited to 'config/libc/eglibc.in')
-rw-r--r-- | config/libc/eglibc.in | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/config/libc/eglibc.in b/config/libc/eglibc.in index bcda3384..72ef1f25 100644 --- a/config/libc/eglibc.in +++ b/config/libc/eglibc.in @@ -18,19 +18,23 @@ choice config EGLIBC_V_2_5 bool - prompt "2.5" + prompt "2_5" config EGLIBC_V_2_6 bool - prompt "2.6" + prompt "2_6" config EGLIBC_V_2_7 bool - prompt "2.7" + prompt "2_7" config EGLIBC_V_2_8 bool - prompt "2.8" + prompt "2_8" + +config LIBC_V_2_9 + bool + prompt "2_9" # CT_INSERT_VERSION_ABOVE # Don't remove above line! @@ -50,6 +54,7 @@ config LIBC_VERSION default "2_6" if EGLIBC_V_2_6 default "2_7" if EGLIBC_V_2_7 default "2_8" if EGLIBC_V_2_8 + default "2_9" if LIBC_V_2_9 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line! |