mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-18 19:10:06 +00:00
629cd0b808
* sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Move x86_cap_flags and x86_platforms data into new file after prepending _dl_. Change users. * sysdeps/unix/sysv/linux/i386/dl-procinfo.c: New file. * sysdeps/unix/sysv/linux/i386/Dist: Add dl-procinfo.c. * sysdeps/unix/sysv/linux/i386/Makefile: Add rules to build dl-procinfo.c.
24 lines
624 B
Makefile
24 lines
624 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 sys/io.h
|
|
endif
|
|
|
|
ifeq ($(subdir),elf)
|
|
sysdep-others += lddlibc4
|
|
install-bin += lddlibc4
|
|
|
|
# extra shared linker files to link into dl-allobjs.so and libc
|
|
sysdep-dl-routines += dl-procinfo
|
|
sysdep_routines += dl-procinfo
|
|
# extra shared linker files to link only into dl-allobjs.so
|
|
sysdep-rtld-routines += dl-procinfo
|
|
endif
|
|
|
|
ifeq ($(subdir),csu)
|
|
CFLAGS-initfini.s += -DWEAK_GMON_START
|
|
endif
|
|
|
|
ifeq ($(subdir),resource)
|
|
sysdep_routines += oldgetrlimit64
|
|
endif
|