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 1 of 3] Add updated gcc 4.6.3


# HG changeset patch
# User "Bryan Hundven" <bryanhundven@gmail.com>
# Date 1330644009 28800
# Node ID cc5c8bd6c1a2cce7d4c009ef9a6f0895fa089699
# Parent  369e2fbe9010a1911d61b56c977d2c94949daef9
Add updated gcc 4.6.3

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>

diff -r 369e2fbe9010 -r cc5c8bd6c1a2 config/cc/gcc.in
--- a/config/cc/gcc.in	Sun Jul 24 19:35:24 2011 +0200
+++ b/config/cc/gcc.in	Thu Mar 01 15:20:09 2012 -0800
@@ -42,6 +42,12 @@
     depends on CC_GCC_SHOW_LINARO
     select CC_GCC_4_6
 
+config CC_V_4_6_3
+    bool
+    prompt "4.6.3 (EXPERIMENTAL)"
+    depends on EXPERIMENTAL
+    select CC_GCC_4_6
+
 config CC_V_4_6_2
     bool
     prompt "4.6.2 (EXPERIMENTAL)"
@@ -326,6 +332,7 @@
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
     default "linaro-4.6-2012.02" if CC_V_linaro_4_6_2012_02
+    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
     default "4.6.0" if CC_V_4_6_0

--
For unsubscribe information see http://sourceware.org/lists.html#faq


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