mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-14 17:11:06 +00:00
12 lines
199 B
Makefile
12 lines
199 B
Makefile
|
ifeq ($(subdir),elf)
|
||
|
CFLAGS-rtld.c += -Wno-uninitialized -Wno-unused
|
||
|
endif
|
||
|
|
||
|
ifeq ($(subdir),gmon)
|
||
|
sysdep_routines += _mcount
|
||
|
endif
|
||
|
|
||
|
ifeq ($(subdir),resource)
|
||
|
sysdep_routines += backtrace_linux
|
||
|
endif
|