This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] cc/gcc: gcc 4.5.1 is out !


Arnaud, All,

On Sunday 01 August 2010 03:56:43 Arnaud Lacombe wrote:
> Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
> ---
>  config/cc/gcc.in |    7 +++++++
>  1 files changed, 7 insertions(+), 0 deletions(-)
> 
> diff --git a/config/cc/gcc.in b/config/cc/gcc.in
> index 281b5b6..00d1dfa 100644
> --- a/config/cc/gcc.in
> +++ b/config/cc/gcc.in
> @@ -19,6 +19,12 @@ choice
>  # Don't remove next line
>  # CT_INSERT_VERSION_BELOW
>  
> +config CC_V_4_5_1
> +    bool
> +    prompt "4.5.1 (EXPERIMENTAL)"
> +    depends on EXPERIMENTAL
> +    select CC_GCC_4_5_or_later
> +
>  config CC_V_4_5_0
>      bool
>      prompt "4.5.0 (EXPERIMENTAL)"
> @@ -160,6 +166,7 @@ config CC_VERSION
>      string
>  # Don't remove next line
>  # CT_INSERT_VERSION_STRING_BELOW
> +    default "4.5.1" if CC_V_4_5_1
>      default "4.5.0" if CC_V_4_5_0
>      default "4.4.4" if CC_V_4_4_4
>      default "4.4.3" if CC_V_4_4_3

That was a bit too late to get in for 1.8.0.
Those gcc folks do it all the time: they release the latest gcc just
before or just after I release crosstool-NG. Sigh.

<joking>
I think I have to talk to them! ;-]
</joking>

Seriously... gcc-4.5.1 does not need any patchset? If so, then I praise
whatever god heard my complaints! ;-)

Anyway, queued for later, when I've recovered from the release marathon
I've just endured...

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]