summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-11-04 03:29:28 +0000
committerUlrich Drepper <drepper@redhat.com>2000-11-04 03:29:28 +0000
commitd2830ba4cc7e3da48bb8272acf5d440506aee37a (patch)
treec9088e045a50331c7ccdec83088d7079e4b0f8cb /INSTALL
parent8bc6161d5066bfa2f38010e978f09a4b9c0956f8 (diff)
Update.
2000-11-03 Ulrich Drepper <drepper@redhat.com> * posix/Versions: Export __sysconf.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 7 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 502b43a45a..226b4c8ab5 100644
--- a/INSTALL
+++ b/INSTALL
@@ -87,6 +87,13 @@ will be used, and CFLAGS sets optimization options for the compiler.
add-ons that you _do_ want used, like this:
`--enable-add-ons=linuxthreads'
+`--enable-kernel=VERSION'
+ This option is currently only useful on Linux systems. The
+ 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 VERSION number is, the less
+ compatibility code is added, and the faster the code gets.
+
`--with-binutils=DIRECTORY'
Use the binutils (assembler and linker) in `DIRECTORY', not the
ones the C compiler would default to. You could use this option if