diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-08-02 23:33:37 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-08-02 23:33:37 +0200 |
commit | 4892bbc7263d77b31a59e066879b7a818cc75fe8 (patch) | |
tree | 089d2c56a4ca5eb3287e0af2cbb5f5d88198dd11 /config/libc/eglibc.in | |
parent | 70a15a5026730c2df1b997073c400c9d502d5fb5 (diff) | |
download | crosstool-ng-4892bbc7263d77b31a59e066879b7a818cc75fe8.tar.gz crosstool-ng-4892bbc7263d77b31a59e066879b7a818cc75fe8.tar.bz2 crosstool-ng-4892bbc7263d77b31a59e066879b7a818cc75fe8.zip |
[libc-eglibc] Add latest version
Add latest branch 2_10.
Diffstat (limited to 'config/libc/eglibc.in')
-rw-r--r-- | config/libc/eglibc.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/libc/eglibc.in b/config/libc/eglibc.in index 81cdb1d9..ced8d953 100644 --- a/config/libc/eglibc.in +++ b/config/libc/eglibc.in @@ -36,6 +36,10 @@ config EGLIBC_V_2_9 bool prompt "2_9" +config LIBC_V_2_10 + bool + prompt "2_10" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! @@ -55,6 +59,7 @@ config LIBC_VERSION default "2_7" if EGLIBC_V_2_7 default "2_8" if EGLIBC_V_2_8 default "2_9" if EGLIBC_V_2_9 + default "2_10" if LIBC_V_2_10 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line! |