public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
From: Anton Leontiev <aleontiev@elvees.com>
To: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: crossgcc@sourceware.org
Subject: [PATCH] cc/gcc: Add 4.7.4 and 4.8.3
Date: Mon, 30 Jun 2014 06:57:00 -0000	[thread overview]
Message-ID: <1404111421-8523-1-git-send-email-aleontiev@elvees.com> (raw)

Signed-off-by: Anton Leontiev <aleontiev@elvees.com>
---
 config/cc/gcc.in | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index 9c16df6..33d5675 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -47,6 +47,11 @@ config CC_V_linaro_4_8
     depends on CC_GCC_SHOW_LINARO
     select CC_GCC_4_8
 
+config CC_V_4_8_3
+    bool
+    prompt "4.8.3"
+    select CC_GCC_4_8
+
 config CC_V_4_8_2
     bool
     prompt "4.8.2"
@@ -68,6 +73,11 @@ config CC_V_linaro_4_7
     depends on CC_GCC_SHOW_LINARO
     select CC_GCC_4_7
 
+config CC_V_4_7_4
+    bool
+    prompt "4.7.4"
+    select CC_GCC_4_7
+
 config CC_V_4_7_3
     bool
     prompt "4.7.3"
@@ -473,10 +483,12 @@ config CC_VERSION
 # CT_INSERT_VERSION_STRING_BELOW
     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
     default "4.8.2" if CC_V_4_8_2
     default "4.8.1" if CC_V_4_8_1
     default "4.8.0" if CC_V_4_8_0
     default "linaro-4.7-2014.01" if CC_V_linaro_4_7
+    default "4.7.4" if CC_V_4_7_4
     default "4.7.3" if CC_V_4_7_3
     default "4.7.2" if CC_V_4_7_2
     default "4.7.1" if CC_V_4_7_1
-- 
2.0.0


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

             reply	other threads:[~2014-06-30  6:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-30  6:57 Anton Leontiev [this message]
2014-06-30 16:40 ` Yann E. MORIN
2014-07-01  6:26   ` Антон Леонтьев

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=1404111421-8523-1-git-send-email-aleontiev@elvees.com \
    --to=aleontiev@elvees.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).