diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-18 06:24:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-18 06:24:03 +0000 |
commit | faf2289fa14a6d1c7d9ccb40bcefd92c3e55d517 (patch) | |
tree | 7bca90dba886f1716d0c1ffb00ef87a103782e85 /sysdeps/unix/sysv/linux/sparc/sparc64/Makefile | |
parent | 5ce8f2039b1fa51dec4ba8b12a014f77516b3ae2 (diff) | |
download | glibc-faf2289fa14a6d1c7d9ccb40bcefd92c3e55d517.tar glibc-faf2289fa14a6d1c7d9ccb40bcefd92c3e55d517.tar.gz glibc-faf2289fa14a6d1c7d9ccb40bcefd92c3e55d517.tar.bz2 glibc-faf2289fa14a6d1c7d9ccb40bcefd92c3e55d517.zip |
Update.
* 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.
Diffstat (limited to 'sysdeps/unix/sysv/linux/sparc/sparc64/Makefile')
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/sparc64/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile b/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile new file mode 100644 index 0000000000..8181e42592 --- /dev/null +++ b/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile @@ -0,0 +1,2 @@ +sysdep-CFLAGS += -fcall-used-g7 +LD += -melf64_sparc |