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

See the CrossGCC FAQ 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.02


# HG changeset patch
# User "BenoÃt ThÃbaudeau" <benoit.thebaudeau@advansee.com>
# Date 1328789348 -3600
# Node ID 033efff7aedacc0e8dc30f0dde93d4a86f04745e
# Parent  d878322997095e513c6311ec3713b83ca91e5d8c
cc/gcc: update Linaro GCC revisions to 2012.02

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_6_2012_01
+config CC_V_linaro_4_6_2012_02
     bool
-    prompt "linaro-4.6-2012.01 (EXPERIMENTAL)"
+    prompt "linaro-4.6-2012.02 (EXPERIMENTAL)"
     depends on CC_GCC_SHOW_LINARO
     select CC_GCC_4_6
 
@@ -60,9 +60,9 @@
     depends on EXPERIMENTAL
     select CC_GCC_4_6
 
-config CC_V_linaro_4_5_2012_01
+config CC_V_linaro_4_5_2012_02
     bool
-    prompt "linaro-4.5-2012.01 (EXPERIMENTAL)"
+    prompt "linaro-4.5-2012.02 (EXPERIMENTAL)"
     depends on CC_GCC_SHOW_LINARO
     select CC_GCC_4_5
 
@@ -325,11 +325,11 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
-    default "linaro-4.6-2012.01" if CC_V_linaro_4_6_2012_01
+    default "linaro-4.6-2012.02" if CC_V_linaro_4_6_2012_02
     default "4.6.2" if CC_V_4_6_2
     default "4.6.1" if CC_V_4_6_1
     default "4.6.0" if CC_V_4_6_0
-    default "linaro-4.5-2012.01" if CC_V_linaro_4_5_2012_01
+    default "linaro-4.5-2012.02" if CC_V_linaro_4_5_2012_02
     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

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