From 5b3e2c8fd8b93cba7ee05ffe610a0134a60805a7 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Fri, 2 May 2008 21:51:14 +0000 Subject: 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(-) --- config/binutils.in | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'config') diff --git a/config/binutils.in b/config/binutils.in index 8d0af90c..6d58fd88 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! -- cgit v1.2.3