mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-27 03:33:33 +08:00
Update.
* configure.in: Don't allow --enable-kernel without parameter. 1999-10-25 Ulrich Drepper <drepper@cygnus.com>
This commit is contained in:
parent
76b47e64d5
commit
86cfe82d03
@ -1,3 +1,7 @@
|
||||
1999-10-25 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* configure.in: Don't allow --enable-kernel without parameter.
|
||||
|
||||
1999-10-25 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* sysdeps/i386/fpu/libm-test-ulps: Remove entries caused by +-0
|
||||
|
@ -174,6 +174,11 @@ AC_ARG_ENABLE(kernel,
|
||||
[ --enable-kernel=VERSION compile for compatibility with kernel not older
|
||||
than VERSION],
|
||||
minimum_kernel=$enableval)
|
||||
dnl Prevent unreasonable values.
|
||||
if test "$minimum_kernel" = yes || test "$minimum_kernel" = no; then
|
||||
# Better nothing than this.
|
||||
minimum_kernel=""
|
||||
fi
|
||||
|
||||
AC_CANONICAL_HOST
|
||||
|
||||
|
@ -1,3 +1,13 @@
|
||||
1999-10-25 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* internals.h: Remove K&R compatibility.
|
||||
* no-tsd.c: Likewise.
|
||||
* semaphore.h: Likewise.
|
||||
* signals.c: Likewise.
|
||||
* sysdeps/pthread/bits/libc-tsd.h: Likewise.
|
||||
* sysdeps/unix/sysv/linux/bits/sigthread.h: Likewise.
|
||||
* weaks.c: Likewise.
|
||||
|
||||
1999-10-21 Xavier Leroy <Xavier.Leroy@inria.fr>
|
||||
|
||||
* linuxthreads/pthread.c: For i386, wrap pthread_handle_sigrestart
|
||||
|
Loading…
Reference in New Issue
Block a user