summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2019-05-02 13:58:47 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2019-05-02 13:58:47 +0000
commit5fe6af6dcfe684f9badc57442b168f0153dd8e5a (patch)
treeb14f86174a53fed6169107c578a36b6be783053e /config
parent0b768862698e68d8f1fa34fce1473330742a04ea (diff)
downloadgcc-5fe6af6dcfe684f9badc57442b168f0153dd8e5a.tar.gz
re PR lto/85574 (LTO bootstapped binaries differ)
2019-05-02 Richard Biener <rguenther@suse.de> PR bootstrap/85574 * Makefile.tpl (compare target): Also compare extra-compare files. * Makefile.in: Regenerate. config/ * bootstrap-lto.mk (extra-compare): Set to gcc/lto1$(exeext). From-SVN: r270798
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog5
-rw-r--r--config/bootstrap-lto.mk1
2 files changed, 6 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 37456f9fcaf..b9194c06718 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,8 @@
+2019-05-02 Richard Biener <rguenther@suse.de>
+
+ PR bootstrap/85574
+ * bootstrap-lto.mk (extra-compare): Set to gcc/lto1$(exeext).
+
2019-04-16 Martin Liska <mliska@suse.cz>
* bootstrap-lto-lean.mk: Filter out -flto in STAGEtrain_CFLAGS.
diff --git a/config/bootstrap-lto.mk b/config/bootstrap-lto.mk
index 768b6337bd6..4de07e5b226 100644
--- a/config/bootstrap-lto.mk
+++ b/config/bootstrap-lto.mk
@@ -15,3 +15,4 @@ LTO_EXPORTS = AR="$(LTO_AR)"; export AR; \
LTO_FLAGS_TO_PASS = AR="$(LTO_AR)" RANLIB="$(LTO_RANLIB)"
do-compare = $(SHELL) $(srcdir)/contrib/compare-lto $$f1 $$f2
+extra-compare = gcc/lto1$(exeext)