public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
From: Bryan Hundven <bryanhundven@gmail.com>
To: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: crossgcc@sourceware.org
Subject: Re: [PATCH] config/gcc: add gcc-4.7.0 and gcc-4.4.7
Date: Fri, 23 Mar 2012 08:38:00 -0000	[thread overview]
Message-ID: <CAJ+oik31X6SWTeM4N655jD44KyNuPzbRuKLSRcyST4C3fqnOcg@mail.gmail.com> (raw)
In-Reply-To: <89d7d68a01285b3772c9.1332491701@bh-t410.wgti.net>

On Fri, Mar 23, 2012 at 1:35 AM, Bryan Hundven <bryanhundven@gmail.com> wrote:
> # HG changeset patch
> # User "Bryan Hundven" <bryanhundven@gmail.com>
> # Date 1332491628 25200
> # Node ID 89d7d68a01285b3772c9ee387c8feba52134668e
> # Parent  856eacaf0e5961c25e41f346ecfc742ecf16f545
> config/gcc: add gcc-4.7.0 and gcc-4.4.7
Sorry for sending this twice, but I forgot to add my comment and SOB.

-Bryan

> diff -r 856eacaf0e59 -r 89d7d68a0128 config/cc/gcc.in
> --- a/config/cc/gcc.in  Tue Mar 20 18:44:44 2012 +0100
> +++ b/config/cc/gcc.in  Fri Mar 23 01:33:48 2012 -0700
> @@ -36,6 +36,12 @@
>  # Don't remove next line
>  # CT_INSERT_VERSION_BELOW
>
> +config CC_V_4_7_0
> +    bool
> +    prompt "4.7.0 (EXPERIMENTAL)"
> +    depends on EXPERIMENTAL
> +    select CC_GCC_4_7
> +
>  config CC_V_linaro_4_6_2012_03
>     bool
>     prompt "linaro-4.6-2012.03 (EXPERIMENTAL)"
> @@ -103,6 +109,11 @@
>     depends on CC_GCC_SHOW_LINARO
>     select CC_GCC_4_4
>
> +config CC_V_4_4_7
> +    bool
> +    prompt "4.4.7"
> +    select CC_GCC_4_4
> +
>  config CC_V_4_4_6
>     bool
>     prompt "4.4.6"
> @@ -269,6 +280,20 @@
>     bool
>     select CC_GCC_4_5_or_later
>
> +config CC_GCC_4_7
> +    bool
> +    select CC_GCC_4_7_or_later
> +    select CC_GCC_USE_GMP_MPFR
> +    select CC_GCC_USE_MPC
> +    select CC_GCC_HAS_GRAPHITE
> +    select CC_GCC_HAS_LTO
> +    select CC_GCC_HAS_PKGVERSION_BUGURL
> +    select CC_GCC_HAS_BUILD_ID
> +
> +config CC_GCC_4_7_or_later
> +    bool
> +    select CC_GCC_4_6_or_later
> +
>  config CC_GCC_HAS_GRAPHITE
>     bool
>
> @@ -331,6 +356,7 @@
>     string
>  # Don't remove next line
>  # CT_INSERT_VERSION_STRING_BELOW
> +    default "4.7.0" if CC_V_4_7_0
>     default "linaro-4.6-2012.03" if CC_V_linaro_4_6_2012_03
>     default "4.6.3" if CC_V_4_6_3
>     default "4.6.2" if CC_V_4_6_2
> @@ -342,6 +368,7 @@
>     default "4.5.1" if CC_V_4_5_1
>     default "4.5.0" if CC_V_4_5_0
>     default "linaro-4.4-2011.02-0" if CC_V_linaro_4_4_2011_02_0
> +    default "4.4.7" if CC_V_4_4_7
>     default "4.4.6" if CC_V_4_4_6
>     default "4.4.5" if CC_V_4_4_5
>     default "4.4.4" if CC_V_4_4_4

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

  reply	other threads:[~2012-03-23  8:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-23  8:35 Bryan Hundven
2012-03-23  8:38 ` Bryan Hundven [this message]
2012-03-23  8:37 Bryan Hundven
2012-03-25 13:55 ` Yann E. MORIN
2012-03-25 18:39   ` Bryan Hundven
2012-04-30 14:19 ` Yann E. MORIN

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=CAJ+oik31X6SWTeM4N655jD44KyNuPzbRuKLSRcyST4C3fqnOcg@mail.gmail.com \
    --to=bryanhundven@gmail.com \
    --cc=crossgcc@sourceware.org \
    --cc=yann.morin.1998@free.fr \
    /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).