1 From 743e44fb084699db12cd22ee939db8514bd584a3 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Aur=C3=A9lien=20Larcher?= <aurelien.larcher@gmail.com>
3 Date: Thu, 25 Oct 2018 20:59:37 +0200
4 Subject: [PATCH 22/34] Use compare-debug to pass stage2/stage3 comparison as
5 avx_*.o and sse-*.o contain debug info that should be stripped
9 1 file changed, 1 insertion(+), 1 deletion(-)
11 diff --git a/Makefile.in b/Makefile.in
12 index 36e369df6e7..f31542a0273 100644
15 @@ -574,7 +574,7 @@ STAGEautoprofile_TFLAGS = $(STAGE2_TFLAGS)
16 STAGEautofeedback_CFLAGS = $(STAGE3_CFLAGS)
17 STAGEautofeedback_TFLAGS = $(STAGE3_TFLAGS)
19 -do-compare = @do_compare@
20 +do-compare = $(srcdir)/contrib/compare-debug $$f1 $$f2
21 do-compare3 = $(do-compare)
23 # -----------------------------------------------