diff options
Diffstat (limited to 'config/bootstrap-debug-lean.mk')
-rw-r--r-- | config/bootstrap-debug-lean.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/bootstrap-debug-lean.mk b/config/bootstrap-debug-lean.mk index e215280..5f2db80 100644 --- a/config/bootstrap-debug-lean.mk +++ b/config/bootstrap-debug-lean.mk @@ -9,3 +9,4 @@ STAGE2_CFLAGS += -fcompare-debug= STAGE3_CFLAGS += -fcompare-debug +do-compare = $(SHELL) $(srcdir)/contrib/compare-debug $$f1 $$f2 |