diff mbox

cc/gcc: add gcc 4.9.2

Message ID 1415040353-2805-1-git-send-email-netzimme@gmail.com
State Accepted
Headers show

Commit Message

Daniel Zimmermann Nov. 3, 2014, 6:45 p.m. UTC
added the latest gcc 4.9.2

Signed-off-by: Daniel Zimmermann <netzimme@gmail.com>
---
 config/cc/gcc.in | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Bryan Hundven Dec. 5, 2014, 7:33 a.m. UTC | #1
Daniel,

On Mon, Nov 3, 2014 at 10:45 AM, Daniel Zimmermann <netzimme@gmail.com> wrote:
> added the latest gcc 4.9.2
>
> Signed-off-by: Daniel Zimmermann <netzimme@gmail.com>
> ---
>  config/cc/gcc.in | 6 ++++++
>  1 file changed, 6 insertions(+)
>
> diff --git a/config/cc/gcc.in b/config/cc/gcc.in
> index 5051804..bd8bcb3 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_2
> +    bool
> +    prompt "4.9.2"
> +    select CC_GCC_4_9
> +
>  config CC_V_4_9_1
>      bool
>      prompt "4.9.1"
> @@ -492,6 +497,7 @@ config CC_VERSION
>      string
>  # Don't remove next line
>  # CT_INSERT_VERSION_STRING_BELOW
> +    default "4.9.2" if CC_V_4_9_2
>      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
> --
> 1.9.1
>
>
> --
> For unsubscribe information see http://sourceware.org/lists.html#faq
>

Applied!

Thanks,

-Bryan

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

Patch

diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index 5051804..bd8bcb3 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_2
+    bool
+    prompt "4.9.2"
+    select CC_GCC_4_9
+
 config CC_V_4_9_1
     bool
     prompt "4.9.1"
@@ -492,6 +497,7 @@  config CC_VERSION
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
+    default "4.9.2" if CC_V_4_9_2
     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