summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-05-02 21:51:14 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-05-02 21:51:14 (GMT)
commit5b3e2c8fd8b93cba7ee05ffe610a0134a60805a7 (patch)
tree8ea125939f36d0470d5a25e17281bfbf78197af9 /config
parent8739aa7574ecfca1b0364b8f03c1f3f0e19c0434 (diff)
Remove some EXPERIMENTAL binutils versions, I do not have time to create associated patches.
/trunk/patches/binutils/2.18.50.0.4/200-ld-makefile-path.patch | 30 30 0 0 ++++++++++ /trunk/patches/binutils/2.18.50.0.4/100-arm-uclibcgnueabi.patch | 30 30 0 0 ++++++++++ /trunk/patches/binutils/2.18.50.0.4/300-check-ldrunpath-length.patch | 26 26 0 0 +++++++++ /trunk/patches/binutils/2.18.50.0.6/200-ld-makefile-path.patch | 30 30 0 0 ++++++++++ /trunk/patches/binutils/2.18.50.0.6/100-arm-uclibcgnueabi.patch | 30 30 0 0 ++++++++++ /trunk/patches/binutils/2.18.50.0.6/300-check-ldrunpath-length.patch | 26 26 0 0 +++++++++ /trunk/config/binutils.in | 24 0 24 0 -------- 7 files changed, 172 insertions(+), 24 deletions(-)
Diffstat (limited to 'config')
-rw-r--r--config/binutils.in24
1 files changed, 0 insertions, 24 deletions
diff --git a/config/binutils.in b/config/binutils.in
index 8d0af90..6d58fd8 100644
--- a/config/binutils.in
+++ b/config/binutils.in
@@ -31,31 +31,11 @@ config BINUTILS_V_2_18
bool
prompt "2.18"
-config BINUTILS_V_2_18_50_0_1
- bool
- prompt "2.18.50.0.1 (EXPERIMENTAL)"
- depends on EXPERIMENTAL
-
-config BINUTILS_V_2_18_50_0_2
- bool
- prompt "2.18.50.0.2 (EXPERIMENTAL)"
- depends on EXPERIMENTAL
-
-config BINUTILS_V_2_18_50_0_3
- bool
- prompt "2.18.50.0.3 (EXPERIMENTAL)"
- depends on EXPERIMENTAL
-
config BINUTILS_V_2_18_50_0_4
bool
prompt "2.18.50.0.4 (EXPERIMENTAL)"
depends on EXPERIMENTAL
-config BINUTILS_V_2_18_50_0_5
- bool
- prompt "2.18.50.0.5 (EXPERIMENTAL)"
- depends on EXPERIMENTAL
-
config BINUTILS_V_2_18_50_0_6
bool
prompt "2.18.50.0.6 (EXPERIMENTAL)"
@@ -72,11 +52,7 @@ config BINUTILS_VERSION
default "2.16.1" if BINUTILS_V_2_16_1
default "2.17" if BINUTILS_V_2_17
default "2.18" if BINUTILS_V_2_18
- default "2.18.50.0.1" if BINUTILS_V_2_18_50_0_1
- default "2.18.50.0.2" if BINUTILS_V_2_18_50_0_2
- default "2.18.50.0.3" if BINUTILS_V_2_18_50_0_3
default "2.18.50.0.4" if BINUTILS_V_2_18_50_0_4
- default "2.18.50.0.5" if BINUTILS_V_2_18_50_0_5
default "2.18.50.0.6" if BINUTILS_V_2_18_50_0_6
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!