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 /manual | |
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 'manual')
-rw-r--r-- | manual/install.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manual/install.texi b/manual/install.texi index f2555c71ed..1c516aa298 100644 --- a/manual/install.texi +++ b/manual/install.texi @@ -26,7 +26,8 @@ bundle; the file is @file{glibc-linuxthreads-@var{VERSION}.tar.gz}. Support for the @code{crypt} function is distributed separately because of United States export restrictions. If you are outside the US or Canada, you must get @code{crypt} support from a site outside the US, -such as @samp{ftp.ifi.uio.no}. +such as @samp{ftp.gwdg.de}. @samp{ftp.gwdg.de} has the crypt +distribution in @code{pub/linux/glibc}. @c Check this please someone: (Most non-US mirrors of @samp{ftp.gnu.org} will have it too.) The file you need is @file{glibc-crypt-@var{VERSION}.tar.gz}. |