diff options
author | Alan Modra <amodra@gmail.com> | 2007-03-26 11:10:44 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-03-26 11:10:44 +0000 |
commit | dc27aea4b88283415703ab781476f49b4caa65fd (patch) | |
tree | 250c0f58b283a174f5664c7fa324c83a6d2a2d4b /ld/configure | |
parent | 2d82d84d7dce3978d4c116a63aa4b86364efbfb7 (diff) | |
download | binutils-gdb-dc27aea4b88283415703ab781476f49b4caa65fd.tar.gz |
* 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/configure')
-rwxr-xr-x | ld/configure | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ld/configure b/ld/configure index 8a81d9a7c02..d34367de176 100755 --- a/ld/configure +++ b/ld/configure @@ -6496,7 +6496,9 @@ done -for ac_func in sbrk realpath glob + + +for ac_func in glob mkstemp realpath sbrk waitpid do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` echo "$as_me:$LINENO: checking for $ac_func" >&5 |