summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-09-11 16:26:12 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-09-11 16:26:12 (GMT)
commit639b71de0fb3ded474b79ec917b9d3eb0fa8548e (patch)
treefca3650f478c6c411c4ba7146134d319dd152dec /config
parent65da1e8e62fc4494d495b3312684df3b14de58af (diff)
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> (transplanted from 7179903f8d2ea15f1dc2606fdb1fb595002f87d7)
Diffstat (limited to 'config')
-rw-r--r--config/binutils/binutils.in19
1 files changed, 0 insertions, 19 deletions
diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in
index 7275eaf..2dbbb4a 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