Add missing PR number
[official-gcc.git] / config / bootstrap-debug-lean.mk
blob5f2db80687fa0eae1255a1f8f2e1b57a38f1ff18
1 # This BUILD_CONFIG option is a bit like bootstrap-debug, but rather
2 # than comparing stripped object files, it compares compiler internal
3 # state during stage3. Both can be used simultaneously.
5 # This makes it slower than bootstrap-debug alone, for there's
6 # additional dumping and recompilation during stage3.
7 # bootstrap-debug-big can avoid the recompilation, if plenty of disk
8 # space is available.
10 STAGE2_CFLAGS += -fcompare-debug=
11 STAGE3_CFLAGS += -fcompare-debug
12 do-compare = $(SHELL) $(srcdir)/contrib/compare-debug $$f1 $$f2