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] config/cc: Add gcc-4.6.2


# HG changeset patch
# User Bryan Hundven <bryanhundven@gmail.com>
# Date 1319664313 25200
# Node ID 07ffa1e6c595e266e3d138201f71e9bc543af428
# Parent  a7df9ea895fa4829ae0bcf27ce10f56d0d2b8a26
config/cc: Add gcc-4.6.2

Add gcc 4.6.2

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

diff -r a7df9ea895fa -r 07ffa1e6c595 config/cc/gcc.in
--- a/config/cc/gcc.in	Fri Oct 21 03:29:18 2011 +0200
+++ b/config/cc/gcc.in	Wed Oct 26 14:25:13 2011 -0700
@@ -42,6 +42,12 @@
     depends on CC_GCC_SHOW_LINARO
     select CC_GCC_4_6
 
+config CC_V_4_6_2
+    bool
+    prompt "4.6.2 (EXPERIMENTAL)"
+    depends on EXPERIMENTAL
+    select CC_GCC_4_6
+
 config CC_V_4_6_1
     bool
     prompt "4.6.1 (EXPERIMENTAL)"
@@ -320,6 +326,7 @@
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
     default "linaro-4.6-2011.10" if CC_V_linaro_4_6_2011_10
+    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-2011.10" if CC_V_linaro_4_5_2011_10

--
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]