]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix LTO bootstrap on Windows
authorEric Botcazou <ebotcazou@adacore.com>
Thu, 28 Jan 2021 10:31:35 +0000 (11:31 +0100)
committerEric Botcazou <ebotcazou@adacore.com>
Thu, 28 Jan 2021 10:35:14 +0000 (11:35 +0100)
commitfaed344ee5f17b9a19961b3b1f8ea0ed10db6f2d
tree01bff4a979268d4c17772580dfcffd79ddf8546d
parentad39fe64f69eaac1e395c6fd6598075299521819
Fix LTO bootstrap on Windows

The latest fix introduced a comparison of executables and this cannot
directly work on Windows because they are timestamped.  Moreover nobody
sets $(exeext) at top level, at least on MinGW, so you get weird behavior
because some tools add the implicit .exe suffix and others do not.

contrib/
PR lto/85574
* compare-lto: Deal with PE-COFF executables specifically.
contrib/compare-lto