public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
From: Marcelo Gutierrez <snaving.dev@gmail.com>
To: crossgcc@sourceware.org
Subject: RE: [PATCH] cc/gcc: update Linaro GCC revisions for 2013.06
Date: Sat, 29 Jun 2013 18:40:00 -0000	[thread overview]
Message-ID: <CANmu-OOKQJT9_2nyMu1jNAu+yLneW4hZ_mJw7Aw_OesTq1T6wA@mail.gmail.com> (raw)
In-Reply-To: <CANmu-OMy5DJidu3eyV5fZKLeQ3b1JDrDp=rY0DBS+YjVn=5mfA@mail.gmail.com>

Did you try to compile "linaro-4.7-2013.06-1"? Because I did, and  I'm
getting this issue:
https://bugs.launchpad.net/gcc-linaro/+bug/1129013

Linaro-4.7-2013.06 works fine.

diff -r 2685dfa9de14 -r 83e33862f764 config/cc/gcc.in
--- a/config/cc/gcc.in	Thu May 23 17:51:15 2013 +0200
+++ b/config/cc/gcc.in	Fri Jun 28 22:23:54 2013 +0200
@@ -38,7 +38,7 @@

 config CC_V_linaro_4_8
     bool
-    prompt "linaro-4.8-2013.04"
+   prompt "linaro-4.8-2013.06-1"
     depends on CC_GCC_SHOW_LINARO
     select CC_GCC_4_8

@@ -49,7 +49,7 @@

 config CC_V_linaro_4_7
     bool
-    prompt "linaro-4.7-2013.04"
+   prompt "linaro-4.7-2013.06"
     depends on CC_GCC_SHOW_LINARO
     select CC_GCC_4_7

@@ -75,7 +75,7 @@

 config CC_V_linaro_4_6
     bool
-    prompt "linaro-4.6-2013.04"
+   prompt "linaro-4.6-2013.05"
     depends on CC_GCC_SHOW_LINARO
     select CC_GCC_4_6

@@ -440,14 +440,14 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
-    default "linaro-4.8-2013.04" if CC_V_linaro_4_8
+   default "linaro-4.8-2013.06-1" if CC_V_linaro_4_8
     default "4.8.0" if CC_V_4_8_0
-    default "linaro-4.7-2013.04" if CC_V_linaro_4_7
+   default "linaro-4.7-2013.06" if CC_V_linaro_4_7
     default "4.7.3" if CC_V_4_7_3
     default "4.7.2" if CC_V_4_7_2
     default "4.7.1" if CC_V_4_7_1
     default "4.7.0" if CC_V_4_7_0
-    default "linaro-4.6-2013.04" if CC_V_linaro_4_6
+   default "linaro-4.6-2013.05" if CC_V_linaro_4_6
     default "4.6.4" if CC_V_4_6_4
     default "4.6.3" if CC_V_4_6_3
     default "4.6.2" if CC_V_4_6_2




>
> # HG changeset patch
> # User "Michael Hope <michaelh@juju.net.nz>"
> # Date 1372451034 -7200
> # Node ID 83e33862f7641c2ad3267a0d17e9680be3825039
> # Parent  2685dfa9de14fbe356ba76cb201bf5c039cf6860
> cc/gcc: update Linaro GCC revisions for 2013.06
>
> Update Linaro GCC with the latest available revisions.
>
> Also updates Linaro GCC 4.6 to the final version.
>
> Signed-off-by: "Michael Hope" <michaelh@juju.net.nz>
>
> diff -r 2685dfa9de14 -r 83e33862f764 config/cc/gcc.in
> --- a/config/cc/gcc.in	Thu May 23 17:51:15 2013 +0200
> +++ b/config/cc/gcc.in	Fri Jun 28 22:23:54 2013 +0200
> @@ -38,7 +38,7 @@
>
>  config CC_V_linaro_4_8
>      bool
> -    prompt "linaro-4.8-2013.04"
> +    prompt "linaro-4.8-2013.06-1"
>      depends on CC_GCC_SHOW_LINARO
>      select CC_GCC_4_8
>
> @@ -49,7 +49,7 @@
>
>  config CC_V_linaro_4_7
>      bool
> -    prompt "linaro-4.7-2013.04"
> +    prompt "linaro-4.7-2013.06-1"
>      depends on CC_GCC_SHOW_LINARO
>      select CC_GCC_4_7
>
> @@ -75,7 +75,7 @@
>
>  config CC_V_linaro_4_6
>      bool
> -    prompt "linaro-4.6-2013.04"
> +    prompt "linaro-4.6-2013.05"
>      depends on CC_GCC_SHOW_LINARO
>      select CC_GCC_4_6
>
> @@ -440,14 +440,14 @@
>      string
>  # Don't remove next line
>  # CT_INSERT_VERSION_STRING_BELOW
> -    default "linaro-4.8-2013.04" if CC_V_linaro_4_8
> +    default "linaro-4.8-2013.06-1" if CC_V_linaro_4_8
>      default "4.8.0" if CC_V_4_8_0
> -    default "linaro-4.7-2013.04" if CC_V_linaro_4_7
> +    default "linaro-4.7-2013.06-1" if CC_V_linaro_4_7
>      default "4.7.3" if CC_V_4_7_3
>      default "4.7.2" if CC_V_4_7_2
>      default "4.7.1" if CC_V_4_7_1
>      default "4.7.0" if CC_V_4_7_0
> -    default "linaro-4.6-2013.04" if CC_V_linaro_4_6
> +    default "linaro-4.6-2013.05" if CC_V_linaro_4_6
>      default "4.6.4" if CC_V_4_6_4
>      default "4.6.3" if CC_V_4_6_3
>      default "4.6.2" if CC_V_4_6_2

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

       reply	other threads:[~2013-06-29 18:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CANmu-OMy5DJidu3eyV5fZKLeQ3b1JDrDp=rY0DBS+YjVn=5mfA@mail.gmail.com>
2013-06-29 18:40 ` Marcelo Gutierrez [this message]
2013-06-28 20:30 Michael Hope

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CANmu-OOKQJT9_2nyMu1jNAu+yLneW4hZ_mJw7Aw_OesTq1T6wA@mail.gmail.com \
    --to=snaving.dev@gmail.com \
    --cc=crossgcc@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).