public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/omp/gcc-11] Identify OMP development branch in output of 'gcc --version'
@ 2021-05-13 16:08 Kwok Yeung
  0 siblings, 0 replies; only message in thread
From: Kwok Yeung @ 2021-05-13 16:08 UTC (permalink / raw)
  To: gcc-cvs

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.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-13 16:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-13 16:08 [gcc/devel/omp/gcc-11] Identify OMP development branch in output of 'gcc --version' Kwok Yeung

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).