2006-10-24 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 23 Oct 2006 16:44:17 +0000 (16:44 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 23 Oct 2006 16:44:17 +0000 (16:44 +0000)
* configure.in (AC_CHECK_HEADERS): Add limits.h and sys/param.h.
* configure: Regenerated.
* config.in: Likewise.

ld/ChangeLog
ld/config.in
ld/configure
ld/configure.in

index 6ec820a4a811ce6506b6229d08430861d758a0b0..b388bcee469e6a3864f5ce8305a509bf40c10386 100644 (file)
@@ -1,3 +1,9 @@
+2006-10-24  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * configure.in (AC_CHECK_HEADERS): Add limits.h and sys/param.h.
+       * configure: Regenerated.
+       * config.in: Likewise.
+
 2006-10-23  Alan Modra  <amodra@bigpond.net.au>
 
        * emulparams/h8300elf.sh (TINY_DATA_SECTION, TINY_BSS_SECTION): Don't
index 957336a717fd80090be84142b421c1d01bbf3c16..46fbb98c4df86292a784b9c27e9416cc0744be49 100644 (file)
@@ -43,6 +43,9 @@
 /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H
 
+/* Define to 1 if you have the <limits.h> header file. */
+#undef HAVE_LIMITS_H
+
 /* Define to 1 if you have the <memory.h> header file. */
 #undef HAVE_MEMORY_H
 
@@ -75,6 +78,9 @@
    */
 #undef HAVE_SYS_NDIR_H
 
+/* Define to 1 if you have the <sys/param.h> header file. */
+#undef HAVE_SYS_PARAM_H
+
 /* Define to 1 if you have the <sys/stat.h> header file. */
 #undef HAVE_SYS_STAT_H
 
index c74ec5e51865ce6e2499b93ae163b80fb22d3000..3bdc3fc03a10499c7032fe95e1063d3c3b073afe 100755 (executable)
@@ -6332,7 +6332,9 @@ done
 
 
 
-for ac_header in string.h strings.h stdlib.h unistd.h elf-hints.h
+
+
+for ac_header in string.h strings.h stdlib.h unistd.h elf-hints.h limits.h sys/param.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
index 0a5b5b0b030816fc469331b52ebc73ee152989a0..1d29cc71ac5365db834b9abdbce2a98253c760aa 100644 (file)
@@ -100,7 +100,7 @@ AC_SUBST(HOSTING_CRT0)
 AC_SUBST(HOSTING_LIBS)
 AC_SUBST(NATIVE_LIB_DIRS)
 
-AC_CHECK_HEADERS(string.h strings.h stdlib.h unistd.h elf-hints.h)
+AC_CHECK_HEADERS(string.h strings.h stdlib.h unistd.h elf-hints.h limits.h sys/param.h)
 AC_CHECK_FUNCS(sbrk realpath glob)
 AC_HEADER_DIRENT
 
This page took 0.034758 seconds and 4 git commands to generate.