]> sourceware.org Git - glibc.git/commitdiff
* sysdeps/unix/sysv/linux/configure.in: Don't check
authorRoland McGrath <roland@gnu.org>
Fri, 25 Oct 2002 23:38:23 +0000 (23:38 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 25 Oct 2002 23:38:23 +0000 (23:38 +0000)
/lib/modules/`uname -r`/build/include for kernel headers if
cross compiling.
* sysdeps/unix/sysv/linux/configure: Regenerated.

ChangeLog
sysdeps/unix/sysv/linux/configure
sysdeps/unix/sysv/linux/configure.in

index 16e7e77fcbfe7e88bb8a4e293624e0319924e32e..05f3ad086ee8e81a9e8da7b298d8edb200cdd5d3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index dfc57d79f717f0c072bb2e4a688ad03a32f2c3aa..1a345c4f08f2dbca1d1dd0de41be0500e89769e9 100644 (file)
@@ -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`
index 8ab16b74e68414e00b83e566996e268cfee9610d..ccc63dabf33f660927fe91b4fbf18be906cb898a 100644 (file)
@@ -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`
This page took 0.038468 seconds and 5 git commands to generate.