diff options
author | Alastair D'Silva <alastair@d-silva.org> | 2017-01-06 12:00:32 +1100 |
---|---|---|
committer | Alastair D'Silva <alastair@d-silva.org> | 2017-01-06 12:05:16 +1100 |
commit | e427a6408f61a1950ad2dfa5ac32853dcb391be7 (patch) | |
tree | 251acfdd28203230bbc2d39370fd9c93515f01cd /config/cc | |
parent | 36e856716739e5f4a305c5035f2c2e13064bb520 (diff) | |
download | crosstool-ng-e427a6408f61a1950ad2dfa5ac32853dcb391be7.tar.gz crosstool-ng-e427a6408f61a1950ad2dfa5ac32853dcb391be7.tar.bz2 crosstool-ng-e427a6408f61a1950ad2dfa5ac32853dcb391be7.zip |
Remove GCC 6.2.0
Signed-off-by: Alastair D'Silva <alastair@d-silva.org>
Diffstat (limited to 'config/cc')
-rw-r--r-- | config/cc/gcc.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in index c5f89659..a98b9f10 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -76,11 +76,6 @@ config CC_GCC_V_6_3_0 prompt "6.3.0" select CC_GCC_6 -config CC_GCC_V_6_2_0 - bool - prompt "6.2.0" - select CC_GCC_6 - config CC_GCC_V_5_4_0 bool prompt "5.4.0" @@ -293,7 +288,6 @@ config CC_GCC_VERSION # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW default "6.3.0" if CC_GCC_V_6_3_0 - default "6.2.0" if CC_GCC_V_6_2_0 default "5.4.0" if CC_GCC_V_5_4_0 default "linaro-5.2-2015.11-2" if CC_GCC_V_linaro_5_2 default "linaro-4.9-2015.06" if CC_GCC_V_linaro_4_9 |