source: trunk/libs/newlib/src/config/bootstrap-debug-lib.mk @ 610

Last change on this file since 610 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 499 bytes
Line 
1# This BUILD_CONFIG option tests that target libraries built during
2# stage3 would have generated the same executable code if they were
3# compiled with -g0.
4
5# It uses -g0 rather than -gtoggle because -g is default on target
6# library builds, and toggling it where it's supposed to be disabled
7# breaks e.g. crtstuff on ppc.
8
9STAGE1_TFLAGS += -g0 -fcompare-debug=
10STAGE2_TFLAGS += -fcompare-debug=
11STAGE3_TFLAGS += -fcompare-debug=-g0
12do-compare = $(SHELL) $(srcdir)/contrib/compare-debug $$f1 $$f2
Note: See TracBrowser for help on using the repository browser.