diff options
author | Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com> | 2011-07-28 21:55:20 +0200 |
---|---|---|
committer | Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com> | 2011-07-28 21:55:20 +0200 |
commit | 4c21311b3cd7972c0466cb5c38e261db4d35143c (patch) | |
tree | 8c7aea6d6a0e2d235cb76e7969085ab11de03757 | |
parent | 728c23206b06612180128f92022cf04bcacef696 (diff) | |
download | crosstool-ng-4c21311b3cd7972c0466cb5c38e261db4d35143c.tar.gz crosstool-ng-4c21311b3cd7972c0466cb5c38e261db4d35143c.tar.bz2 crosstool-ng-4c21311b3cd7972c0466cb5c38e261db4d35143c.zip |
cc/gcc: bump Linaro GCC revisions to 2011.07
This patch bumps the Linaro GCC revisions to 2011.07 when applicable.
Note that the `-0' suffix has been removed from the Linaro versioning scheme
beginning with this version.
Signed-off-by: "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>
-rw-r--r-- | config/cc/gcc.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in index a3fe6067..9e291f48 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -36,9 +36,9 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW -config CC_V_linaro_4_6_2011_06_0 +config CC_V_linaro_4_6_2011_07 bool - prompt "linaro-4.6-2011.06-0 (EXPERIMENTAL)" + prompt "linaro-4.6-2011.07 (EXPERIMENTAL)" depends on CC_GCC_SHOW_LINARO select CC_GCC_4_6 @@ -54,9 +54,9 @@ config CC_V_4_6_0 depends on EXPERIMENTAL select CC_GCC_4_6 -config CC_V_linaro_4_5_2011_06_0 +config CC_V_linaro_4_5_2011_07 bool - prompt "linaro-4.5-2011.06-0 (EXPERIMENTAL)" + prompt "linaro-4.5-2011.07 (EXPERIMENTAL)" depends on CC_GCC_SHOW_LINARO select CC_GCC_4_5 @@ -319,10 +319,10 @@ config CC_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "linaro-4.6-2011.06-0" if CC_V_linaro_4_6_2011_06_0 + default "linaro-4.6-2011.07" if CC_V_linaro_4_6_2011_07 default "4.6.1" if CC_V_4_6_1 default "4.6.0" if CC_V_4_6_0 - default "linaro-4.5-2011.06-0" if CC_V_linaro_4_5_2011_06_0 + default "linaro-4.5-2011.07" if CC_V_linaro_4_5_2011_07 default "4.5.3" if CC_V_4_5_3 default "4.5.2" if CC_V_4_5_2 default "4.5.1" if CC_V_4_5_1 |