2000-11-03  Ulrich Drepper  <drepper@redhat.com>

	* posix/Versions: Export __sysconf.
This commit is contained in:
Ulrich Drepper 2000-11-04 03:29:28 +00:00
parent 8bc6161d50
commit d2830ba4cc
5 changed files with 24 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-11-03 Ulrich Drepper <drepper@redhat.com>
* posix/Versions: Export __sysconf.
2000-11-02 Ulrich Drepper <drepper@redhat.com>
* version.h (VERSION): Bump to 2.1.97.

View File

@ -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

3
NEWS
View File

@ -80,6 +80,9 @@ Version 2.2
recompiled. Don't expect binary compatibility with previous glibc
versions.
* various conversion modules for IBM character sets contributed by
Masahide Washizawa.
* IA-64 port by Jes Sorensen and HJ Lu.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -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

View File

@ -105,5 +105,8 @@ libc {
posix_spawn; posix_spawnp; posix_spawnattr_getschedpolicy;
posix_spawnattr_setschedpolicy; posix_spawnattr_getschedparam;
posix_spawnattr_setschedparam;
# Used in macros.
__sysconf;
}
}