2014-06-13 00:05:54 +08:00
|
|
|
ifeq ($(subdir),csu)
|
|
|
|
gen-as-const-headers += tcb-offsets.sym
|
|
|
|
endif
|
|
|
|
|
2001-12-13 02:06:59 +08:00
|
|
|
ifeq ($(subdir),gmon)
|
|
|
|
sysdep_routines += _mcount
|
|
|
|
endif
|
2012-11-01 08:22:53 +08:00
|
|
|
|
|
|
|
ifeq ($(subdir),debug)
|
|
|
|
CFLAGS-backtrace.c += -funwind-tables
|
|
|
|
endif
|