diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-09-23 17:08:09 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-09-23 17:08:09 +0000 |
commit | b1e693e40281dc8c451e8892dfcdf55d78a4ade3 (patch) | |
tree | c276bc44f23b42895b459efbf2597f4bef378819 /config/binutils.in | |
parent | 3ad6464ffe38eb15591b404e0749aa89f4074fd1 (diff) | |
download | crosstool-ng-b1e693e40281dc8c451e8892dfcdf55d78a4ade3.tar.gz crosstool-ng-b1e693e40281dc8c451e8892dfcdf55d78a4ade3.tar.bz2 crosstool-ng-b1e693e40281dc8c451e8892dfcdf55d78a4ade3.zip |
Renamed all patches file names so that locales are now irrelevant to sort the files.
Removed the locale check as it is now irrelevant.
Removed the experimental binutils 2.17.50.0.xx: 2.18 is here now.
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 62855cf0..27939dbc 100644 --- a/config/binutils.in +++ b/config/binutils.in @@ -27,26 +27,6 @@ config BINUTILS_V_2_17 bool prompt "2.17" -config BINUTILS_V_2_17_50_0_10 - bool - prompt "2.17.50.0.10 (EXPERIMENTAL)" - depends on EXPERIMENTAL - -config BINUTILS_V_2_17_50_0_15 - bool - prompt "2.17.50.0.15 (EXPERIMENTAL)" - depends on EXPERIMENTAL - -config BINUTILS_V_2_17_50_0_17 - bool - prompt "2.17.50.0.17 (EXPERIMENTAL)" - depends on EXPERIMENTAL - -config BINUTILS_V_2_17_50_0_18 - bool - prompt "2.17.50.0.18 (EXPERIMENTAL)" - depends on EXPERIMENTAL - config BINUTILS_V_2_18 bool prompt "2.18" @@ -61,10 +41,6 @@ config BINUTILS_VERSION default "2.15" if BINUTILS_V_2_15 default "2.16.1" if BINUTILS_V_2_16_1 default "2.17" if BINUTILS_V_2_17 - default "2.17.50.0.10" if BINUTILS_V_2_17_50_0_10 - default "2.17.50.0.14" if BINUTILS_V_2_17_50_0_14 - default "2.17.50.0.17" if BINUTILS_V_2_17_50_0_17 - default "2.17.50.0.18" if BINUTILS_V_2_17_50_0_18 default "2.18" if BINUTILS_V_2_18 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line! |