]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Identify OMP development branch in output of 'gcc --version'
authorKwok Cheung Yeung <kcy@codesourcery.com>
Mon, 20 Jun 2022 14:41:57 +0000 (15:41 +0100)
committerKwok Cheung Yeung <kcy@codesourcery.com>
Fri, 12 May 2023 18:13:43 +0000 (19:13 +0100)
2022-06-20  Kwok Cheung Yeung  <kcy@codesourcery.com>

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

gcc/ChangeLog.omp [new file with mode: 0644]
gcc/Makefile.in

diff --git a/gcc/ChangeLog.omp b/gcc/ChangeLog.omp
new file mode 100644 (file)
index 0000000..236d795
--- /dev/null
@@ -0,0 +1,4 @@
+2022-06-20  Kwok Cheung Yeung  <kcy@codesourcery.com>
+
+       * Makefile.in (REVISION_s): Change default message.
+
index ad9a5d94cd015be950ec5b21c2b10a1a3d3654f2..9840ca3f59fff03d13baeaeaacfd1d3abf399eb9 100644 (file)
@@ -921,7 +921,7 @@ ifdef REVISION_c
 REVISION_s  := \
   "\"$(if $(DEVPHASE_c)$(filter-out 0,$(PATCHLEVEL_c)), $(REVISION_c))\""
 else
-REVISION_s  := "\"\""
+REVISION_s  := "\" [OG13]\""
 endif
 
 # Shorthand variables for dependency lists.