public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] cc/gcc: add 4.9.1
@ 2014-07-19  3:21 Cody P Schafer
  2014-07-19 10:20 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Cody P Schafer @ 2014-07-19  3:21 UTC (permalink / raw)
  To: crossgcc; +Cc: Cody P Schafer

Signed-off-by: Cody P Schafer <dev@codyps.com>
---
 config/cc/gcc.in | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index 33d5675..7e2250f 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -36,6 +36,11 @@ choice
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
+config CC_V_4_9_1
+    bool
+    prompt "4.9.1"
+    select CC_GCC_4_9
+
 config CC_V_4_9_0
     bool
     prompt "4.9.0"
@@ -481,6 +486,7 @@ config CC_VERSION
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
+    default "4.9.1" if CC_V_4_9_1
     default "4.9.0" if CC_V_4_9_0
     default "linaro-4.8-2014.01" if CC_V_linaro_4_8
     default "4.8.3" if CC_V_4_8_3
-- 
2.0.2


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

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

* Re: [PATCH] cc/gcc: add 4.9.1
  2014-07-19  3:21 [PATCH] cc/gcc: add 4.9.1 Cody P Schafer
@ 2014-07-19 10:20 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2014-07-19 10:20 UTC (permalink / raw)
  To: Cody P Schafer; +Cc: crossgcc

Cody, All,

On 2014-07-18 23:21 -0400, Cody P Schafer spake thusly:
> Signed-off-by: Cody P Schafer <dev@codyps.com>

Applied, thanks!

Regards,
Yann E. MORIN.

> ---
>  config/cc/gcc.in | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/config/cc/gcc.in b/config/cc/gcc.in
> index 33d5675..7e2250f 100644
> --- a/config/cc/gcc.in
> +++ b/config/cc/gcc.in
> @@ -36,6 +36,11 @@ choice
>  # Don't remove next line
>  # CT_INSERT_VERSION_BELOW
>  
> +config CC_V_4_9_1
> +    bool
> +    prompt "4.9.1"
> +    select CC_GCC_4_9
> +
>  config CC_V_4_9_0
>      bool
>      prompt "4.9.0"
> @@ -481,6 +486,7 @@ config CC_VERSION
>      string
>  # Don't remove next line
>  # CT_INSERT_VERSION_STRING_BELOW
> +    default "4.9.1" if CC_V_4_9_1
>      default "4.9.0" if CC_V_4_9_0
>      default "linaro-4.8-2014.01" if CC_V_linaro_4_8
>      default "4.8.3" if CC_V_4_8_3
> -- 
> 2.0.2
> 
> 
> --
> For unsubscribe information see http://sourceware.org/lists.html#faq
> 

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

end of thread, other threads:[~2014-07-19 10:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-19  3:21 [PATCH] cc/gcc: add 4.9.1 Cody P Schafer
2014-07-19 10:20 ` 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).