diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-10-28 18:55:40 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-10-28 18:55:40 +0100 |
commit | 4fb0c302e0809c1f88a8573e87ce46da1d821a8f (patch) | |
tree | 1ad0516974250ddbca813e9d6cfabe9217eb93b1 /config/binutils | |
parent | 288173ce56309b762c11d0e8c11d18c828ed14bc (diff) | |
download | crosstool-ng-4fb0c302e0809c1f88a8573e87ce46da1d821a8f.tar.gz crosstool-ng-4fb0c302e0809c1f88a8573e87ce46da1d821a8f.tar.bz2 crosstool-ng-4fb0c302e0809c1f88a8573e87ce46da1d821a8f.zip |
config: rip-out versions marked as OBSOLETE
Diffstat (limited to 'config/binutils')
-rw-r--r-- | config/binutils/binutils.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in index 9d506b5d..0900085c 100644 --- a/config/binutils/binutils.in +++ b/config/binutils/binutils.in @@ -91,16 +91,6 @@ config BINUTILS_V_2_16_1 bool prompt "2.16.1" -config BINUTILS_V_2_15 - bool - prompt "2.15 (OBSOLETE)" - depends on OBSOLETE - -config BINUTILS_V_2_14 - bool - prompt "2.14 (OBSOLETE)" - depends on OBSOLETE - endchoice config BINUTILS_VERSION @@ -124,8 +114,6 @@ config BINUTILS_VERSION 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 - default "2.15" if BINUTILS_V_2_15 - default "2.14" if BINUTILS_V_2_14 config BINUTILS_EXTRA_CONFIG string |