public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] cc/gcc: update Linaro GCC revisions to 2012.04
@ 2012-04-16 13:26 Benoît Thébaudeau
  2012-04-16 21:11 ` Yann E. MORIN
  2012-04-30 12:47 ` Yann E. MORIN
  0 siblings, 2 replies; 4+ messages in thread
From: Benoît Thébaudeau @ 2012-04-16 13:26 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

# HG changeset patch
# User "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
# Date 1334582736 -7200
# Node ID 31be177199890c8ff636937d34a9d9b0f75e4126
# Parent  c7fa97debb36bcea78a28a639d1ae569997cc6f2
cc/gcc: update Linaro GCC revisions to 2012.04

Update Linaro GCC with the latest available revisions.

The 4.7 revision is also released, but the infrastructure is not yet ready for
it in CT-NG.

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,9 +36,9 @@
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
-config CC_V_linaro_4_6_2012_03
+config CC_V_linaro_4_6_2012_04
     bool
-    prompt "linaro-4.6-2012.03 (EXPERIMENTAL)"
+    prompt "linaro-4.6-2012.04 (EXPERIMENTAL)"
     depends on CC_GCC_SHOW_LINARO
     select CC_GCC_4_6
 
@@ -331,7 +331,7 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
-    default "linaro-4.6-2012.03" if CC_V_linaro_4_6_2012_03
+    default "linaro-4.6-2012.04" if CC_V_linaro_4_6_2012_04
     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

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

* Re: [PATCH] cc/gcc: update Linaro GCC revisions to 2012.04
  2012-04-16 13:26 [PATCH] cc/gcc: update Linaro GCC revisions to 2012.04 Benoît Thébaudeau
@ 2012-04-16 21:11 ` Yann E. MORIN
  2012-04-16 21:52   ` Khem Raj
  2012-04-30 12:47 ` Yann E. MORIN
  1 sibling, 1 reply; 4+ messages in thread
From: Yann E. MORIN @ 2012-04-16 21:11 UTC (permalink / raw)
  To: Benoît Thébaudeau; +Cc: crossgcc

Benoît, All,

On Monday 16 April 2012 15:26:17 Benoît Thébaudeau wrote:
> # HG changeset patch
> # User "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
> # Date 1334582736 -7200
> # Node ID 31be177199890c8ff636937d34a9d9b0f75e4126
> # Parent  c7fa97debb36bcea78a28a639d1ae569997cc6f2
> cc/gcc: update Linaro GCC revisions to 2012.04
> 
> Update Linaro GCC with the latest available revisions.

OK, will apply before the end of the week. Thank you!

> The 4.7 revision is also released, but the infrastructure is not yet ready
> for it in CT-NG.

Yes, there is a pending patch to add support for 4.7.0 and the 4.7 series,
but 4.7.0 mis-compiles uClibc, and I need to dig up the PR and patch from
upstream first.

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] 4+ messages in thread

* Re: [PATCH] cc/gcc: update Linaro GCC revisions to 2012.04
  2012-04-16 21:11 ` Yann E. MORIN
@ 2012-04-16 21:52   ` Khem Raj
  0 siblings, 0 replies; 4+ messages in thread
From: Khem Raj @ 2012-04-16 21:52 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: Benoît Thébaudeau, crossgcc

2012/4/16 Yann E. MORIN <yann.morin.1998@free.fr>:
>
> Yes, there is a pending patch to add support for 4.7.0 and the 4.7 series,
> but 4.7.0 mis-compiles uClibc, and I need to dig up the PR and patch from
> upstream first.

its been fixed in 4.7 branch now.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52734#c16

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

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

* Re: [PATCH] cc/gcc: update Linaro GCC revisions to 2012.04
  2012-04-16 13:26 [PATCH] cc/gcc: update Linaro GCC revisions to 2012.04 Benoît Thébaudeau
  2012-04-16 21:11 ` Yann E. MORIN
@ 2012-04-30 12:47 ` Yann E. MORIN
  1 sibling, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2012-04-30 12:47 UTC (permalink / raw)
  To: crossgcc; +Cc: Benoît Thébaudeau

Benoît, All,

On Monday 16 April 2012 15:26:17 Benoît Thébaudeau wrote:
> # HG changeset patch
> # User "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
> # Date 1334582736 -7200
> # Node ID 31be177199890c8ff636937d34a9d9b0f75e4126
> # Parent  c7fa97debb36bcea78a28a639d1ae569997cc6f2
> cc/gcc: update Linaro GCC revisions to 2012.04

Applied as #13e40098fffc. 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] 4+ messages in thread

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-16 13:26 [PATCH] cc/gcc: update Linaro GCC revisions to 2012.04 Benoît Thébaudeau
2012-04-16 21:11 ` Yann E. MORIN
2012-04-16 21:52   ` Khem Raj
2012-04-30 12:47 ` 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).