diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-05-02 21:51:14 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-05-02 21:51:14 +0000 |
commit | 5b3e2c8fd8b93cba7ee05ffe610a0134a60805a7 (patch) | |
tree | 8ea125939f36d0470d5a25e17281bfbf78197af9 /config/binutils.in | |
parent | 8739aa7574ecfca1b0364b8f03c1f3f0e19c0434 (diff) | |
download | crosstool-ng-5b3e2c8fd8b93cba7ee05ffe610a0134a60805a7.tar.gz crosstool-ng-5b3e2c8fd8b93cba7ee05ffe610a0134a60805a7.tar.bz2 crosstool-ng-5b3e2c8fd8b93cba7ee05ffe610a0134a60805a7.zip |
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/binutils.in')
-rw-r--r-- | config/binutils.in | 24 |
1 files changed, 0 insertions, 24 deletions
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! |