mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 15:00:06 +00:00
* sysdeps/unix/sysv/linux/configure.in: Don't check
/lib/modules/`uname -r`/build/include for kernel headers if cross compiling. * sysdeps/unix/sysv/linux/configure: Regenerated.
This commit is contained in:
parent
6bb8cf4f8c
commit
b0ab77c813
@ -1,3 +1,10 @@
|
||||
2002-10-20 H.J. Lu <hjl@gnu.org>
|
||||
|
||||
* sysdeps/unix/sysv/linux/configure.in: Don't check
|
||||
/lib/modules/`uname -r`/build/include for kernel headers if
|
||||
cross compiling.
|
||||
* sysdeps/unix/sysv/linux/configure: Regenerated.
|
||||
|
||||
2002-10-25 Roland McGrath <roland@redhat.com>
|
||||
|
||||
* math/math.h (M_LOG2El): Correct the value.
|
||||
|
1
sysdeps/unix/sysv/linux/configure
vendored
1
sysdeps/unix/sysv/linux/configure
vendored
@ -5,6 +5,7 @@
|
||||
# /lib/modules/$(uname -r)/build/include
|
||||
# Check whether this directory is available.
|
||||
if test -z "$sysheaders" &&
|
||||
test $cross_compiling" = no &&
|
||||
test -d /lib/modules/`uname -r`/build/include; then
|
||||
sysheaders="/lib/modules/`uname -r`/build/include"
|
||||
ccheaders=`$CC -print-file-name=include`
|
||||
|
@ -5,6 +5,7 @@ GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
||||
# /lib/modules/$(uname -r)/build/include
|
||||
# Check whether this directory is available.
|
||||
if test -z "$sysheaders" &&
|
||||
test $cross_compiling" = no &&
|
||||
test -d /lib/modules/`uname -r`/build/include; then
|
||||
sysheaders="/lib/modules/`uname -r`/build/include"
|
||||
ccheaders=`$CC -print-file-name=include`
|
||||
|
Loading…
Reference in New Issue
Block a user