glibc/sysdeps/sh/Makefile

8 lines
123 B
Makefile

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