mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-19 11:30:06 +00:00
adcb550ca6
* sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise. * sysdeps/unix/sysv/linux/Makefile [subdir=signal] (sysdep_routines): Move definition to... * sysdeps/unix/sysv/linux/alpha/Makefile: ...here... * sysdeps/unix/sysv/linux/arm/syscalls.list: ...and here... * sysdeps/unix/sysv/linux/m68k/syscalls.list: ...and here... * sysdeps/unix/sysv/linux/mips/syscalls.list: ...and here... * sysdeps/unix/sysv/linux/powerpc/syscalls.list: ...and here... * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: ...and here... * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: ...and here.
18 lines
419 B
Makefile
18 lines
419 B
Makefile
asm-CPPFLAGS=-D__ASSEMBLY__
|
|
ASFLAGS-.os=-fPIC
|
|
|
|
ifeq ($(subdir),misc)
|
|
sysdep_routines += setfsgid setfsuid setresgid setresuid
|
|
endif
|
|
|
|
# When I get this to work, this is the right thing
|
|
ifeq ($(subdir),elf)
|
|
CFLAGS-rtld.c += -mv8
|
|
#rtld-routines += dl-sysdepsparc
|
|
endif # elf
|
|
|
|
ifeq ($(subdir),signal)
|
|
sysdep_routines += rt_sigsuspend rt_sigprocmask rt_sigtimedwait \
|
|
rt_sigqueueinfo rt_sigaction rt_sigpending
|
|
endif
|