public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] config/cc: Add gcc-4.6.2
@ 2011-10-26 21:27 Bryan Hundven
  2011-11-01 22:52 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Bryan Hundven @ 2011-10-26 21:27 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

# 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

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

* Re: [PATCH] config/cc: Add gcc-4.6.2
  2011-10-26 21:27 [PATCH] config/cc: Add gcc-4.6.2 Bryan Hundven
@ 2011-11-01 22:52 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2011-11-01 22:52 UTC (permalink / raw)
  To: crossgcc; +Cc: Bryan Hundven

Bryan, All,

On Wednesday 26 October 2011 23:27:57 Bryan Hundven wrote:
> # HG changeset patch
> # User Bryan Hundven <bryanhundven@gmail.com>
> # Date 1319664313 25200
> # Node ID 07ffa1e6c595e266e3d138201f71e9bc543af428
> # Parent  a7df9ea895fa4829ae0bcf27ce10f56d0d2b8a26
> config/cc: Add gcc-4.6.2

Applied as #7a29fc3cfd87. Thank you!

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

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

end of thread, other threads:[~2011-11-01 22:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-26 21:27 [PATCH] config/cc: Add gcc-4.6.2 Bryan Hundven
2011-11-01 22:52 ` 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).