This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] cc/gcc: update Linaro GCC revisions to 2012.11


# HG changeset patch
# User "BenoÃt ThÃbaudeau" <benoit.thebaudeau@advansee.com>
# Date 1353008492 -3600
# Node ID 8e49233e63d9d6051dc28196e712b6862e5f993d
# Parent  6cb56b3f2d344c07bcbde1f51a7d3a4b8e750942
cc/gcc: update Linaro GCC revisions to 2012.11

Update Linaro GCC with the latest available revisions.

Signed-off-by: "BenoÃt ThÃbaudeau" <benoit.thebaudeau@advansee.com>

diff --git a/config/cc/gcc.in b/config/cc/gcc.in
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -37,9 +37,9 @@
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
-config CC_V_linaro_4_7_2012_10
+config CC_V_linaro_4_7_2012_11
     bool
-    prompt "linaro-4.7-2012.10 (EXPERIMENTAL)"
+    prompt "linaro-4.7-2012.11 (EXPERIMENTAL)"
     depends on CC_GCC_SHOW_LINARO
     select CC_GCC_4_7
 
@@ -60,9 +60,9 @@
     depends on EXPERIMENTAL
     select CC_GCC_4_7
 
-config CC_V_linaro_4_6_2012_10
+config CC_V_linaro_4_6_2012_11
     bool
-    prompt "linaro-4.6-2012.10 (EXPERIMENTAL)"
+    prompt "linaro-4.6-2012.11 (EXPERIMENTAL)"
     depends on CC_GCC_SHOW_LINARO
     select CC_GCC_4_6
 
@@ -400,11 +400,11 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
-    default "linaro-4.7-2012.10" if CC_V_linaro_4_7_2012_10
+    default "linaro-4.7-2012.11" if CC_V_linaro_4_7_2012_11
     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-2012.10" if CC_V_linaro_4_6_2012_10
+    default "linaro-4.6-2012.11" if CC_V_linaro_4_6_2012_11
     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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]