OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [config/] [bootstrap-debug-lib.mk] - Blame information for rev 722

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 722 jeremybenn
# 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
 
9
STAGE1_TFLAGS += -g0 -fcompare-debug=
10
STAGE2_TFLAGS += -fcompare-debug=
11
STAGE3_TFLAGS += -fcompare-debug=-g0
12
do-compare = $(SHELL) $(srcdir)/contrib/compare-debug $$f1 $$f2

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.