diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-07-27 02:07:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-07-27 02:07:01 +0000 |
commit | f05f5ca3857fbf83460003f12e81667c2f60851e (patch) | |
tree | c2606d87d481fba1d2c69b79011a3f961f21cf20 /sysdeps/sparc/sparc64/Makefile | |
parent | 252ff6b6767bb0f6ee1a686fa682ea3d8df51c1c (diff) | |
download | glibc-f05f5ca3857fbf83460003f12e81667c2f60851e.tar.gz glibc-f05f5ca3857fbf83460003f12e81667c2f60851e.tar.xz glibc-f05f5ca3857fbf83460003f12e81667c2f60851e.zip |
Update.
1999-07-25 Jakub Jelinek <jj@ultra.linux.cz> * sysdeps/sparc/sparc32/sparcv8/Makefile: -mv8 is deprecated, use -mcpu=v8. * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise. * sysdeps/sparc/sparc64/Makefile: Make %g7 register available for libc's private use (as assembly routine clobber it anyway). 1999-07-26 Andreas Jaeger <aj@arthur.rhein-neckar.de> * README.template (configurations): The crypt add-on has a new ftp site. * manual/install.texi (Installation): Likewise.
Diffstat (limited to 'sysdeps/sparc/sparc64/Makefile')
-rw-r--r-- | sysdeps/sparc/sparc64/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/sparc/sparc64/Makefile b/sysdeps/sparc/sparc64/Makefile index 312e59ea21..96e5273ec5 100644 --- a/sysdeps/sparc/sparc64/Makefile +++ b/sysdeps/sparc/sparc64/Makefile @@ -1,2 +1,3 @@ # The Sparc `long double' is a distinct type we support. long-double-fcts = yes +sysdep-CFLAGS += -fcall-used-g7 |