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 /INSTALL | |
parent | 8bc6161d5066bfa2f38010e978f09a4b9c0956f8 (diff) | |
download | glibc-d2830ba4cc7e3da48bb8272acf5d440506aee37a.tar.gz |
Update.
2000-11-03 Ulrich Drepper <drepper@redhat.com>
* posix/Versions: Export __sysconf.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |