mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
12 lines
220 B
Makefile
12 lines
220 B
Makefile
|
pic-ccflag = -fpic
|
||
|
|
||
|
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
|