mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-09 10:50:08 +00:00
Remove references to crypt add-on.
This commit is contained in:
parent
9e3438bee6
commit
62075f0f9a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user