Last change
on this file since 689 was
444,
checked in by satin@…, 6 years ago
|
add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc
|
File size:
370 bytes
|
Line | |
---|
1 | # This BUILD_CONFIG option is a bit like bootstrap-debug-lean, but it |
---|
2 | # trades space for speed: instead of recompiling programs during |
---|
3 | # stage3, it generates dumps during stage2 and stage3, saving them all |
---|
4 | # until the final compare. |
---|
5 | |
---|
6 | STAGE2_CFLAGS += -fdump-final-insns |
---|
7 | STAGE3_CFLAGS += -fdump-final-insns |
---|
8 | do-compare = $(SHELL) $(srcdir)/contrib/compare-debug $$f1 $$f2 |
---|
Note: See
TracBrowser
for help on using the repository browser.