diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-11-04 03:29:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-11-04 03:29:28 +0000 |
commit | d2830ba4cc7e3da48bb8272acf5d440506aee37a (patch) | |
tree | c9088e045a50331c7ccdec83088d7079e4b0f8cb /manual/install.texi | |
parent | 8bc6161d5066bfa2f38010e978f09a4b9c0956f8 (diff) | |
download | glibc-d2830ba4cc7e3da48bb8272acf5d440506aee37a.tar glibc-d2830ba4cc7e3da48bb8272acf5d440506aee37a.tar.gz glibc-d2830ba4cc7e3da48bb8272acf5d440506aee37a.tar.bz2 glibc-d2830ba4cc7e3da48bb8272acf5d440506aee37a.zip |
Update.
2000-11-03 Ulrich Drepper <drepper@redhat.com>
* posix/Versions: Export __sysconf.
Diffstat (limited to 'manual/install.texi')
-rw-r--r-- | manual/install.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manual/install.texi b/manual/install.texi index 85007cfb11..120b750e46 100644 --- a/manual/install.texi +++ b/manual/install.texi @@ -105,6 +105,13 @@ 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 used, like this: @samp{--enable-add-ons=linuxthreads} +@item --enable-kernel=@var{version} +This option is currently only useful on Linux systems. The +@var{version} parameter should have the form X.Y.Z and describes the +smallest version of the Linux kernel the generated library is expected +to support. The higher the @var{version} number is, the less +compatibility code is added, and the faster the code gets. + @item --with-binutils=@var{directory} Use the binutils (assembler and linker) in @file{@var{directory}}, not the ones the C compiler would default to. You could use this option if |