mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 22:40:05 +00:00
10 lines
200 B
Makefile
10 lines
200 B
Makefile
|
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
|