]> 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>
Tue, 21 Jun 2022 13:11:06 +0000 (14:11 +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 31ff95500c96de724f53be8bd07a2b9df1c0acb5..2035281290e5b93c886fa48d79906d03647288d7 100644 (file)
@@ -909,7 +909,7 @@ ifdef REVISION_c
 REVISION_s  := \
   "\"$(if $(DEVPHASE_c)$(filter-out 0,$(PATCHLEVEL_c)), $(REVISION_c))\""
 else
-REVISION_s  := "\"\""
+REVISION_s  := "\" [OG12]\""
 endif
 
 # Shorthand variables for dependency lists.