blob: a07f2986aebb33a140224c23cd90ef91b1ca7cba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
ifeq ($(subdir),gmon)
sysdep_routines += s390-mcount
endif
ifeq ($(subdir),elf)
CFLAGS-rtld.c += -Wno-uninitialized -Wno-unused
CFLAGS-dl-load.c += -Wno-unused
CFLAGS-dl-reloc.c += -Wno-unused
endif
|