diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-05-22 20:42:21 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-05-22 20:42:21 +0000 |
commit | 0c28252021d106c3fb0dba9ab9e5294432a92c98 (patch) | |
tree | 8992b17475bf6962e5cc037d136c70e4037c396b /config/binutils.in | |
parent | 933ea57382d01ece87bc802fc7df4bf0a357424d (diff) | |
download | crosstool-ng-0c28252021d106c3fb0dba9ab9e5294432a92c98.tar.gz crosstool-ng-0c28252021d106c3fb0dba9ab9e5294432a92c98.tar.bz2 crosstool-ng-0c28252021d106c3fb0dba9ab9e5294432a92c98.zip |
Add two new versions to binutils.
Diffstat (limited to 'config/binutils.in')
-rw-r--r-- | config/binutils.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/binutils.in b/config/binutils.in index 7270376e..9ea2a8ed 100644 --- a/config/binutils.in +++ b/config/binutils.in @@ -117,6 +117,14 @@ config BINUTILS_V_2_17_50_0_14 bool prompt "2.17.50.0.14" +config BINUTILS_V_2_17_50_0_15 + bool + prompt "2.17.50.0.15" + +config BINUTILS_V_2_17_50_0_16 + bool + prompt "2.17.50.0.16" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -148,6 +156,8 @@ config BINUTILS_VERSION 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 + default "2.17.50.0.15" if BINUTILS_V_2_17_50_0_15 + default "2.17.50.0.16" if BINUTILS_V_2_17_50_0_16 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line! |