From: Kwok Cheung Yeung Date: Tue, 2 Mar 2021 12:15:55 +0000 (-0800) Subject: Identify OMP development branch in output of 'gcc --version' X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32562ccb6f7ebda63e0773ecfe6aa00867d3128d;p=thirdparty%2Fgcc.git Identify OMP development branch in output of 'gcc --version' 2021-03-02 Kwok Cheung Yeung gcc/ * Makefile.in (REVISION_s): Change default message. --- diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 8a5fb3fd99c1..9ff39373cead 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.