https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119098

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
In the Makefile I see

version.go: s-version; @true
s-version: Makefile
        rm -f version.go.tmp
        echo "package sys" > version.go.tmp
        echo 'const GccgoToolDir = "$(libexecsubdir)"' >> version.go.tmp
        echo 'const StackGuardMultiplierDefault = 1' >> version.go.tmp
        $(SHELL) $(srcdir)/mvifdiff.sh version.go.tmp version.go
        $(STAMP) $@

Reply via email to