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

See crosstool-NG 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: add GCC 4.7.2


Florian,
All,

On Friday 21 September 2012 16:41:10 Florian Fainelli wrote:
> # HG changeset patch
> # User Florian Fainelli <f.fainelli@gmail.com>
> # Date 1348238298 -7200
> # Node ID b82a407fab2090af50d006e8c0d6eff72583ba29
> # Parent  06b663f297adb76149f089136a78e7d5999c63bd
> cc/gcc: add gcc 4.7.2

Applied (with minor tweak) as #b60b008ab49c. Thank you!

> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
> 
> diff -r 06b663f297ad -r b82a407fab20 config/cc/gcc.in
> --- a/config/cc/gcc.in	Wed Sep 19 10:43:04 2012 +0200
> +++ b/config/cc/gcc.in	Fri Sep 21 16:38:18 2012 +0200
> @@ -50,6 +50,11 @@
>      depends on CC_GCC_SHOW_LINARO
>      select CC_GCC_4_7
>  
> +config CC_V_4_7_2
> +    bool
> +    prompt "4.7.2"
> +    select CC_GCC_4_7
> +
>  config CC_V_4_7_1
>      bool
>      prompt "4.7.1 (EXPERIMENTAL)"
> @@ -441,6 +446,7 @@
>      default "SVN" if CC_V_SVN
>  # Don't remove next line
>  # CT_INSERT_VERSION_STRING_BELOW
> +    default "4.7.2" if CC_V_4_7_2
>      default "linaro-4.7-2012.08" if CC_V_linaro_4_7_2012_08
>      default "4.7.1" if CC_V_4_7_1
>      default "4.7.0" if CC_V_4_7_0
> exporting patch:
> <fdopen>

I don't know how you prepare your patches, but they all finish with these
two lines, which end up in the commit message when imported in my tree (but
they are easily removed, so not an issue). Weird... :-/

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]