blob: 179c122de7e9542839d27129af77573d807a5bd6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
pic-ccflag = -fPIC
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
|