mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-08 18:30:18 +00:00
b9f8ac3001
* sysdeps/unix/sysv/linux/i386/Makefile: Add rules for oldgetrlimit and oldsetrlimit. * sysdeps/unix/sysv/linux/i386/syscalls.list: Add oldgetrlimit and oldsetrlimit. * sysdeps/unix/sysv/linux/Makefile: Move oldgetrlimit and oldsetrlimit rules into 32-bit arch subdirs. * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
18 lines
400 B
Makefile
18 lines
400 B
Makefile
ifeq ($(subdir),misc)
|
|
sysdep_routines += ioperm iopl vm86 setfsgid setfsuid setresgid setresuid
|
|
sysdep_headers += sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
|
|
endif
|
|
|
|
ifeq ($(subdir),elf)
|
|
sysdep-others += lddlibc4
|
|
install-bin += lddlibc4
|
|
endif
|
|
|
|
ifeq ($(subdir),csu)
|
|
CFLAGS-initfini.s += -DWEAK_GMON_START
|
|
endif
|
|
|
|
ifeq ($(subdir),resource)
|
|
sysdep_routines += oldgetrlimit oldsetrlimit
|
|
endif
|