mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-06 13:20:06 +00:00
faf2289fa1
* manual/intro.texi: Change reference from System Information to System Management. * manual/users.texi: Likewise. * manual/conf.texi: Likewise. * manual/sysinfo.texi: Document mount, umount, and umount2. Patch by Bryan Henderson <bryanh@giraffe-data.com>. 2000-04-17 Jakub Jelinek <jakub@redhat.com> * sysdeps/ieee754/ldbl-128/printf_fphex.c (PRINT_FPHEX_LONG_DOUBLE): Create wnumstr as well as numstr to support wide character output correctly. 2000-04-15 Jakub Jelinek <jakub@redhat.com> * sysdeps/sparc/sparc64/Makefile: Remove sysdep-CFLAGS modification and move it... * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: ...here. Add -melf64_sparc switch to $(LD) on sparc64-linux. * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Add -melf32_sparc switch to $(LD) on sparc-linux. 2000-04-17 Thorsten Kukuk <kukuk@suse.de> * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Remove setresgid and setresuid frm sysdep_routines. 2000-04-17 Ulrich Drepper <drepper@redhat.com> * manual/resource.texi: ...here. New file. Document ulimit, vlimit, and vtimes.
21 lines
474 B
Makefile
21 lines
474 B
Makefile
asm-CPPFLAGS = -D__ASSEMBLY__
|
|
ASFLAGS-.os += -fPIC
|
|
LD += -melf32_sparc
|
|
|
|
ifeq ($(subdir),misc)
|
|
sysdep_routines += setfsgid setfsuid
|
|
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
|