glibc/sysdeps/microblaze/Makefile

12 lines
199 B
Makefile

ifeq ($(subdir),elf)
CFLAGS-rtld.c += -Wno-uninitialized -Wno-unused
endif
ifeq ($(subdir),gmon)
sysdep_routines += _mcount
endif
ifeq ($(subdir),resource)
sysdep_routines += backtrace_linux
endif