blob: b4d793bb3dd1f703c71be0c62d8dba6175ca7b1d (
plain)
1
2
3
4
5
6
7
8
9
|
ifeq ($(subdir),gmon)
sysdep_routines += s390x-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
|