mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 11:20:07 +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
|