summaryrefslogtreecommitdiff
path: root/sysdeps/sh/Makefile
blob: 0c6db9a9d41d56defb946fcc31e0767c7a853611 (plain)
1
2
3
4
5
6
7
8
9
10
11
ifeq ($(subdir),csu)
gen-as-const-headers += tcb-offsets.sym
endif

ifeq ($(subdir),gmon)
sysdep_routines += _mcount
endif

ifeq ($(subdir),debug)
CFLAGS-backtrace.c += -funwind-tables
endif