mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-06 13:20:06 +00:00
c6293dee98
1998-03-30 Joel Klecker <espy@debian.org> * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (sysdep-others,install-bin): Add lddlibc4.
20 lines
474 B
Makefile
20 lines
474 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
|
|
sysdep-others += lddlibc4
|
|
install-bin += lddlibc4
|
|
endif # elf
|
|
|
|
ifeq ($(subdir),signal)
|
|
sysdep_routines += rt_sigsuspend rt_sigprocmask rt_sigtimedwait \
|
|
rt_sigqueueinfo rt_sigaction rt_sigpending
|
|
endif
|