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 gcc to 4.7.1 (v2)


# HG changeset patch
# User Bryan Hundven <bryanhundven@gmail.com>
# Date 1341290193 25200
# Node ID aeffa57986d52dd7b0a8e568b6064ba136e4258b
# Parent  4c8fd10c18e94975239a69897f38d9eb046fad8c
cc/gcc Update gcc to 4.7.1 (v2)

Attempt #2 at updating gcc.
This time without porting gcc 4.7.0 patches forward.

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

diff -r 4c8fd10c18e9 -r aeffa57986d5 config/cc/gcc.in
--- a/config/cc/gcc.in	Mon Jun 18 13:36:29 2012 +0200
+++ b/config/cc/gcc.in	Mon Jul 02 21:36:33 2012 -0700
@@ -42,6 +42,12 @@
     depends on CC_GCC_SHOW_LINARO
     select CC_GCC_4_7
 
+config CC_V_4_7_1
+    bool
+    prompt "4.7.1 (EXPERIMENTAL)"
+    depends on EXPERIMENTAL
+    select CC_GCC_4_7
+
 config CC_V_4_7_0
     bool
     prompt "4.7.0 (EXPERIMENTAL)"
@@ -359,6 +365,7 @@
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
     default "linaro-4.7-2012.06" if CC_V_linaro_4_7_2012_06
+    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.06" if CC_V_linaro_4_6_2012_06
     default "4.6.3" if CC_V_4_6_3

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