blob: 2115e40a2a2d5227ac6c04442384295fb354bb18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
ifeq ($(subdir),resource)
sysdep_routines += oldgetrlimit64
endif
|