Remove references to crypt add-on.

This commit is contained in:
Ulrich Drepper 2000-03-26 06:03:42 +00:00
parent 9e3438bee6
commit 62075f0f9a

View File

@ -23,14 +23,6 @@ Support for POSIX threads is maintained by someone else, so it's in a
separate package. It is only available for Linux systems, but this will separate package. It is only available for Linux systems, but this will
change in the future. Get it from the same place you got the main change in the future. Get it from the same place you got the main
bundle; the file is @file{glibc-linuxthreads-@var{VERSION}.tar.gz}. 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.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}.
You will need recent versions of several GNU tools: definitely GCC and You will need recent versions of several GNU tools: definitely GCC and
GNU Make, and possibly others. @xref{Tools for Compilation}, below. GNU Make, and possibly others. @xref{Tools for Compilation}, below.
@ -111,7 +103,7 @@ Enable add-on packages in your source tree. If this option is specified
with no list, it enables all the add-on packages it finds. If you do with no list, it enables all the add-on packages it finds. If you do
not wish to use some add-on package that you have present in your source not wish to use some add-on package that you have present in your source
tree, give this option a list of the add-ons that you @emph{do} want tree, give this option a list of the add-ons that you @emph{do} want
used, like this: @samp{--enable-add-ons=crypt,linuxthreads} used, like this: @samp{--enable-add-ons=linuxthreads}
@item --with-binutils=@var{directory} @item --with-binutils=@var{directory}
Use the binutils (assembler and linker) in @file{@var{directory}}, not Use the binutils (assembler and linker) in @file{@var{directory}}, not