mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-19 11:30:06 +00:00
39382b8ba4
* sysdeps/unix/sysv/linux/Makefile (subdirs==misc) [sysdep_headers]: Remove sys/debugreg.h. * sysdeps/unix/sysv/linux/i386/Makefile (subdirs==misc) [sysdep_headers]: Add sys/debugreg.h. * sysdeps/unix/sysv/linux/sys/debugreg.h: Removed. * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: New file.
14 lines
305 B
Makefile
14 lines
305 B
Makefile
ifeq ($(subdir),misc)
|
|
sysdep_routines += ioperm iopl vm86 s_pread64 s_pwrite64
|
|
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
|