summaryrefslogtreecommitdiff
path: root/ld/config.in
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2007-03-26 11:10:44 +0000
committerAlan Modra <amodra@gmail.com>2007-03-26 11:10:44 +0000
commitdc27aea4b88283415703ab781476f49b4caa65fd (patch)
tree250c0f58b283a174f5664c7fa324c83a6d2a2d4b /ld/config.in
parent2d82d84d7dce3978d4c116a63aa4b86364efbfb7 (diff)
* Makefile.am: Add dependency on ldemul-list.h for powerpc and
spu target emul files. * configure.in: Check for mkstemp and waitpid. * Makefile.in: Regenerate. * configure: Regenerate. * config.in: Regenerate. * ldlang.c (input_file_chain): Make global. (lang_add_input_file): Don't set lang_has_input_file here. * ldlang.h (input_file_chain): Declare. * emultempl/ppc32elf.em (ppc_recognized_file): New function. (LDEMUL_RECOGNIZED_FILE): Define. * emultempl/ppc64elf.em (ppc64_recognized_file): New function. (LDEMUL_RECOGNIZED_FILE): Define. * emultempl/spuelf.em (struct tflist): New. (tmp_file_list): New var.
Diffstat (limited to 'ld/config.in')
-rw-r--r--ld/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/config.in b/ld/config.in
index 46fbb98c4d..87308e28cc 100644
--- a/ld/config.in
+++ b/ld/config.in
@@ -49,6 +49,9 @@
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
+/* Define to 1 if you have the `mkstemp' function. */
+#undef HAVE_MKSTEMP
+
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
#undef HAVE_NDIR_H
@@ -90,6 +93,9 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
+/* Define to 1 if you have the `waitpid' function. */
+#undef HAVE_WAITPID
+
/* Name of package */
#undef PACKAGE