public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] cc/gcc: add Linaro GCC 4.7
@ 2012-04-30 15:59 Benoît Thébaudeau
  2012-04-30 16:13 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Benoît Thébaudeau @ 2012-04-30 15:59 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

# HG changeset patch
# User "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
# Date 1335801526 -7200
# Node ID 5654ef8784618e9d26790b67434ea5cc6f76b08b
# Parent  8bddd94e068ba398de03418826516e08c9a1d16e
cc/gcc: add Linaro GCC 4.7

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,6 +36,12 @@
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
+config CC_V_linaro_4_7_2012_04
+    bool
+    prompt "linaro-4.7-2012.04 (EXPERIMENTAL)"
+    depends on CC_GCC_SHOW_LINARO
+    select CC_GCC_4_7
+
 config CC_V_4_7_0
     bool
     prompt "4.7.0 (EXPERIMENTAL)"
@@ -356,6 +362,7 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
+    default "linaro-4.7-2012.04" if CC_V_linaro_4_7_2012_04
     default "4.7.0" if CC_V_4_7_0
     default "linaro-4.6-2012.04" if CC_V_linaro_4_6_2012_04
     default "4.6.3" if CC_V_4_6_3

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-04-30 16:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-30 15:59 [PATCH] cc/gcc: add Linaro GCC 4.7 Benoît Thébaudeau
2012-04-30 16:13 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).