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.04


# HG changeset patch
# User "BenoÃt ThÃbaudeau" <benoit.thebaudeau@advansee.com>
# Date 1334582736 -7200
# Node ID 31be177199890c8ff636937d34a9d9b0f75e4126
# Parent  c7fa97debb36bcea78a28a639d1ae569997cc6f2
cc/gcc: update Linaro GCC revisions to 2012.04

Update Linaro GCC with the latest available revisions.

The 4.7 revision is also released, but the infrastructure is not yet ready for
it in CT-NG.

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_03
+config CC_V_linaro_4_6_2012_04
     bool
-    prompt "linaro-4.6-2012.03 (EXPERIMENTAL)"
+    prompt "linaro-4.6-2012.04 (EXPERIMENTAL)"
     depends on CC_GCC_SHOW_LINARO
     select CC_GCC_4_6
 
@@ -331,7 +331,7 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
-    default "linaro-4.6-2012.03" if CC_V_linaro_4_6_2012_03
+    default "linaro-4.6-2012.04" if CC_V_linaro_4_6_2012_04
     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]