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