diff options
author | Yann E. MORIN" <yann.morin.1998@free.fr> | 2013-05-05 18:00:16 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@free.fr> | 2013-05-05 18:00:16 +0200 |
commit | 14a96ce5a1bded0a972019958b0b6044ef10d8d4 (patch) | |
tree | 1531df4ed69969a7c73338770191b97d2039acdb | |
parent | 3e297d35e8cf60c9f3863611c1454d0e87c78f91 (diff) | |
download | crosstool-ng-14a96ce5a1bded0a972019958b0b6044ef10d8d4.tar.gz crosstool-ng-14a96ce5a1bded0a972019958b0b6044ef10d8d4.tar.bz2 crosstool-ng-14a96ce5a1bded0a972019958b0b6044ef10d8d4.zip |
cc/gcc: reorder version strings
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
-rw-r--r-- | config/cc/gcc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in index 4db1fb77..a0b23a85 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -391,13 +391,13 @@ config CC_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "4.7.3" if CC_V_4_7_3 - default "4.6.4" if CC_V_4_6_4 default "linaro-4.7-2013.04" if CC_V_linaro_4_7 + default "4.7.3" if CC_V_4_7_3 default "4.7.2" if CC_V_4_7_2 default "4.7.1" if CC_V_4_7_1 default "4.7.0" if CC_V_4_7_0 default "linaro-4.6-2013.04" if CC_V_linaro_4_6 + default "4.6.4" if CC_V_4_6_4 default "4.6.3" if CC_V_4_6_3 default "4.6.2" if CC_V_4_6_2 default "4.6.1" if CC_V_4_6_1 |