diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-03-31 19:45:25 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-03-31 19:45:25 +0000 |
commit | a57d85814987b1a38aebffd175af9054ea1659ac (patch) | |
tree | bcabeab43eebaf519a373b4026138cac9d344a0c /config/binutils.in | |
parent | f6b21895caaad15b798b59aa7b1067e34efa7b4c (diff) | |
download | crosstool-ng-a57d85814987b1a38aebffd175af9054ea1659ac.tar.gz crosstool-ng-a57d85814987b1a38aebffd175af9054ea1659ac.tar.bz2 crosstool-ng-a57d85814987b1a38aebffd175af9054ea1659ac.zip |
Add new kernel versions (2.6.20.{2,3,4}) and binutils versions (2.17.50.0.1{1,2,3,4}).
Fix typo in comment: qbove -> above.
Diffstat (limited to 'config/binutils.in')
-rw-r--r-- | config/binutils.in | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/config/binutils.in b/config/binutils.in index e91b64e8..24889fdd 100644 --- a/config/binutils.in +++ b/config/binutils.in @@ -93,8 +93,24 @@ config BINUTILS_V_2_17_50_0_10 bool prompt "2.17.50.0.10" +config BINUTILS_V_2_17_50_0_11 + bool + prompt "2.17.50.0.11" + +config BINUTILS_V_2_17_50_0_12 + bool + prompt "2.17.50.0.12" + +config BINUTILS_V_2_17_50_0_13 + bool + prompt "2.17.50.0.13" + +config BINUTILS_V_2_17_50_0_14 + bool + prompt "2.17.50.0.14" + # CT_INSERT_VERSION_ABOVE -# Don't remove qbove line! +# Don't remove above line! endchoice config BINUTILS_VERSION @@ -120,8 +136,12 @@ config BINUTILS_VERSION default "2.17.50.0.8" if BINUTILS_V_2_17_50_0_8 default "2.17.50.0.9" if BINUTILS_V_2_17_50_0_9 default "2.17.50.0.10" if BINUTILS_V_2_17_50_0_10 + default "2.17.50.0.11" if BINUTILS_V_2_17_50_0_11 + default "2.17.50.0.12" if BINUTILS_V_2_17_50_0_12 + default "2.17.50.0.13" if BINUTILS_V_2_17_50_0_13 + default "2.17.50.0.14" if BINUTILS_V_2_17_50_0_14 # CT_INSERT_VERSION_STRING_ABOVE -# Don't remove qbove line! +# Don't remove above line! config BINUTILS_EXTRA_CONFIG string |