diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-09-11 18:26:12 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-09-11 18:26:12 +0200 |
commit | 01d16b6f26ab5992f3dc9603a91a890d46763d7e (patch) | |
tree | e730e9cefb9d21b58a935c00ad3d8ebb55107dc8 /config/binutils/binutils.in | |
parent | 76b124a4d6a9ab0d567bd5f6a43dd235170086cf (diff) | |
download | crosstool-ng-01d16b6f26ab5992f3dc9603a91a890d46763d7e.tar.gz crosstool-ng-01d16b6f26ab5992f3dc9603a91a890d46763d7e.tar.bz2 crosstool-ng-01d16b6f26ab5992f3dc9603a91a890d46763d7e.zip |
binutils/binutils: fixup version strings
Recently, all binutils versions have been renamed after a GPL compliance
issue was found and fixed in binutils;
http://sourceware.org/ml/binutils/2011-08/msg00198.html
Old versions are no-longer available since the rename (eg. 2.19 has been
superseeded by 2.19.1, and only 2.19.1a was regenerated).
Remove now-missing versions.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config/binutils/binutils.in')
-rw-r--r-- | config/binutils/binutils.in | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in index 7275eaf8..2dbbb4a0 100644 --- a/config/binutils/binutils.in +++ b/config/binutils/binutils.in @@ -8,32 +8,16 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW -config BINUTILS_V_2_21 - bool - depends on EXPERIMENTAL - prompt "2.21" - select BINUTILS_2_21_or_later - config BINUTILS_V_2_20_1 bool prompt "2.20.1" select BINUTILS_2_20_or_later -config BINUTILS_V_2_20 - bool - prompt "2.20" - select BINUTILS_2_20_or_later - config BINUTILS_V_2_19_1 bool prompt "2.19.1" select BINUTILS_2_19_or_later -config BINUTILS_V_2_19 - bool - prompt "2.19" - select BINUTILS_2_19_or_later - config BINUTILS_V_2_18 bool prompt "2.18" @@ -55,11 +39,8 @@ config BINUTILS_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "2.21" if BINUTILS_V_2_21 default "2.20.1" if BINUTILS_V_2_20_1 - default "2.20" if BINUTILS_V_2_20 default "2.19.1" if BINUTILS_V_2_19_1 - default "2.19" if BINUTILS_V_2_19 default "2.18" if BINUTILS_V_2_18 default "2.17" if BINUTILS_V_2_17 default "2.16.1" if BINUTILS_V_2_16_1 |