lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | ifeq ($(subdir),csu) |
2 | gen-as-const-headers += tcb-offsets.sym | ||||
3 | endif | ||||
4 | |||||
5 | ifeq ($(subdir),gmon) | ||||
6 | sysdep_routines += _mcount | ||||
7 | endif | ||||
8 | |||||
9 | ifeq ($(subdir),debug) | ||||
10 | CFLAGS-backtrace.c += -funwind-tables | ||||
11 | endif |