mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-02 16:00:10 +00:00
9 lines
180 B
Makefile
9 lines
180 B
Makefile
ifeq ($(subdir),misc)
|
|
sysdep_routines += setfsgid setfsuid setresgid setresuid
|
|
sysdep_headers += sys/elf.h
|
|
endif
|
|
|
|
ifeq ($(subdir),csu)
|
|
CFLAGS-initfini.s += -DWEAK_GMON_START
|
|
endif
|