]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Identify OMP development branch in output of 'gcc --version'
authorKwok Cheung Yeung <kcy@codesourcery.com>
Tue, 2 Mar 2021 12:15:55 +0000 (04:15 -0800)
committerKwok Cheung Yeung <kcy@codesourcery.com>
Tue, 20 Apr 2021 18:49:29 +0000 (11:49 -0700)
2021-03-02  Kwok Cheung Yeung  <kcy@codesourcery.com>

gcc/
* Makefile.in (REVISION_s): Change default message.

gcc/Makefile.in

index 8a5fb3fd99c1ab850631d2ccb9f3466170b81b40..9ff39373cead21dd8ff882928d5db6f1f7029e84 100644 (file)
@@ -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.