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 2013.01


# HG changeset patch
# User "BenoÃt ThÃbaudeau" <benoit.thebaudeau@advansee.com>
# Date 1358516864 -3600
# Node ID 539b6c34453a74c1775929583b263cbb4d316b4c
# Parent  5a534736f62f0f5efaf7e5226c0ed286de51dbb9
cc/gcc: update Linaro GCC revisions to 2013.01

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
@@ -36,9 +36,9 @@
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
-config CC_V_linaro_4_7_2012_12
+config CC_V_linaro_4_7_2013_01
     bool
-    prompt "linaro-4.7-2012.12"
+    prompt "linaro-4.7-2013.01"
     depends on CC_GCC_SHOW_LINARO
     select CC_GCC_4_7
 
@@ -57,9 +57,9 @@
     prompt "4.7.0"
     select CC_GCC_4_7
 
-config CC_V_linaro_4_6_2012_12
+config CC_V_linaro_4_6_2013_01
     bool
-    prompt "linaro-4.6-2012.12"
+    prompt "linaro-4.6-2013.01"
     depends on CC_GCC_SHOW_LINARO
     select CC_GCC_4_6
 
@@ -381,11 +381,11 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
-    default "linaro-4.7-2012.12" if CC_V_linaro_4_7_2012_12
+    default "linaro-4.7-2013.01" if CC_V_linaro_4_7_2013_01
     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.12" if CC_V_linaro_4_6_2012_12
+    default "linaro-4.6-2013.01" if CC_V_linaro_4_6_2013_01
     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]