summaryrefslogtreecommitdiffstats
path: root/gcc/configure.in
diff options
context:
space:
mode:
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2003-02-06 01:47:56 +0000
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2003-02-06 01:47:56 +0000
commitb197fbcf9fff937f22cfe62dfad1a2e48dafb21c (patch)
tree2afad0ecf8b6e8b262fccd46b90578858d21ab7a /gcc/configure.in
parent0cea7f1f3e001b19c39d678054af18b3e2608e65 (diff)
downloadppe42-gcc-b197fbcf9fff937f22cfe62dfad1a2e48dafb21c.tar.gz
ppe42-gcc-b197fbcf9fff937f22cfe62dfad1a2e48dafb21c.zip
* Makefile.in (host_hook_obj): New.
(OBJS): Add $(host_hook_obj). (host_default.o): New rule. * config.gcc (host_hook_obj): New, default to host-default.o. (powerpc-*-darwin*): Use host-darwin.o. (out_host_hook_obj): New. * configure: Regenerate. * configure.in: Print information about out_host_hook_obj, substitute into output files. * host-default.c: New file. * hosthooks.h: New file. * toplev.c (general_init): Call host_hooks.extra_signals. * config/rs6000/host-darwin.c: New file. * config/rs6000/x-darwin: New file. * doc/hostconfig.texi: Add documentation for new host hook. Rearrange existing documentation. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62470 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.in')
-rw-r--r--gcc/configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/configure.in b/gcc/configure.in
index 4ec16ea3dcd..7376eee3448 100644
--- a/gcc/configure.in
+++ b/gcc/configure.in
@@ -956,6 +956,7 @@ else
echo " $srcdir/config/$f"
done
fi
+echo "Using ${out_host_hook_obj} for host machine hooks."
if test "$host_xm_file" != "$build_xm_file"; then
count=a
@@ -2858,6 +2859,7 @@ AC_SUBST(host_extra_gcc_objs)
AC_SUBST(host_xm_file_list)
AC_SUBST(host_xm_file)
AC_SUBST(host_xm_defines)
+AC_SUBST(out_host_hook_obj)
AC_SUBST(install)
AC_SUBST(lang_options_files)
AC_SUBST(lang_specs_files)
OpenPOWER on IntegriCloud