diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-07-03 22:28:14 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-07-03 22:28:14 +0000 |
commit | 96456d1abbf3b26e52d35c8c1cc1170500d60146 (patch) | |
tree | e78189a9e69132a1ba5c497ce434a9fcaeb2b390 /config/binutils.in | |
parent | c11dc8a296b30a707a9c257dd04a6bdfd66a1f85 (diff) | |
download | crosstool-ng-96456d1abbf3b26e52d35c8c1cc1170500d60146.tar.gz crosstool-ng-96456d1abbf3b26e52d35c8c1cc1170500d60146.tar.bz2 crosstool-ng-96456d1abbf3b26e52d35c8c1cc1170500d60146.zip |
Add binutils-2.17.50.0.17.
Diffstat (limited to 'config/binutils.in')
-rw-r--r-- | config/binutils.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/binutils.in b/config/binutils.in index 9ea2a8ed..608a34db 100644 --- a/config/binutils.in +++ b/config/binutils.in @@ -125,6 +125,10 @@ config BINUTILS_V_2_17_50_0_16 bool prompt "2.17.50.0.16" +config BINUTILS_V_2_17_50_0_17 + bool + prompt "2.17.50.0.17" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -158,6 +162,7 @@ config BINUTILS_VERSION 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 + default "2.17.50.0.17" if BINUTILS_V_2_17_50_0_17 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line! |