glibc/sysdeps/sh/Makefile
2012-11-01 00:22:53 +00:00

8 lines
123 B
Makefile

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