public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Kwok Yeung <kcy@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc/devel/omp/gcc-11] Identify OMP development branch in output of 'gcc --version'
Date: Thu, 13 May 2021 16:08:35 +0000 (GMT)	[thread overview]
Message-ID: <20210513160835.C4EA53896829@sourceware.org> (raw)

https://gcc.gnu.org/g:32562ccb6f7ebda63e0773ecfe6aa00867d3128d

commit 32562ccb6f7ebda63e0773ecfe6aa00867d3128d
Author: Kwok Cheung Yeung <kcy@codesourcery.com>
Date:   Tue Mar 2 04:15:55 2021 -0800

    Identify OMP development branch in output of 'gcc --version'
    
    2021-03-02  Kwok Cheung Yeung  <kcy@codesourcery.com>
    
            gcc/
            * Makefile.in (REVISION_s): Change default message.

Diff:
---
 gcc/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 8a5fb3fd99c..9ff39373cea 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -912,7 +912,7 @@ ifdef REVISION_c
 REVISION_s  := \
   "\"$(if $(DEVPHASE_c)$(filter-out 0,$(PATCHLEVEL_c)), $(REVISION_c))\""
 else
-REVISION_s  := "\"\""
+REVISION_s  := "\" [OG11]\""
 endif
 
 # Shorthand variables for dependency lists.


                 reply	other threads:[~2021-05-13 16:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20210513160835.C4EA53896829@sourceware.org \
    --to=kcy@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /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).