diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-09-11 18:18:53 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-09-11 18:18:53 +0200 |
commit | dc00d94ba31866b8be47f2584d6dcab2cbed86bc (patch) | |
tree | 2bd48f0128a950812a03a129cdeeaa9dee4a4135 /config/binutils/binutils.in | |
parent | 01d16b6f26ab5992f3dc9603a91a890d46763d7e (diff) | |
download | crosstool-ng-dc00d94ba31866b8be47f2584d6dcab2cbed86bc.tar.gz crosstool-ng-dc00d94ba31866b8be47f2584d6dcab2cbed86bc.tar.bz2 crosstool-ng-dc00d94ba31866b8be47f2584d6dcab2cbed86bc.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
Although legacy symlinks have been put in place, we should now use
the new, real version strings.
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 | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in index 2dbbb4a0..67679932 100644 --- a/config/binutils/binutils.in +++ b/config/binutils/binutils.in @@ -8,29 +8,29 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW -config BINUTILS_V_2_20_1 +config BINUTILS_V_2_20_1a bool - prompt "2.20.1" + prompt "2.20.1a" select BINUTILS_2_20_or_later -config BINUTILS_V_2_19_1 +config BINUTILS_V_2_19_1a bool - prompt "2.19.1" + prompt "2.19.1a" select BINUTILS_2_19_or_later -config BINUTILS_V_2_18 +config BINUTILS_V_2_18a bool - prompt "2.18" + prompt "2.18a" select BINUTILS_2_18_or_later -config BINUTILS_V_2_17 +config BINUTILS_V_2_17a bool - prompt "2.17 (OBSOLETE)" + prompt "2.17a (OBSOLETE)" depends on OBSOLETE -config BINUTILS_V_2_16_1 +config BINUTILS_V_2_16_1a bool - prompt "2.16.1 (OBSOLETE)" + prompt "2.16.1a (OBSOLETE)" depends on OBSOLETE endchoice @@ -39,11 +39,11 @@ config BINUTILS_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "2.20.1" if BINUTILS_V_2_20_1 - default "2.19.1" if BINUTILS_V_2_19_1 - 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 + default "2.20.1a" if BINUTILS_V_2_20_1a + default "2.19.1a" if BINUTILS_V_2_19_1a + default "2.18a" if BINUTILS_V_2_18a + default "2.17a" if BINUTILS_V_2_17a + default "2.16.1a" if BINUTILS_V_2_16_1a config BINUTILS_2_21_or_later bool |