]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/configure
Makefile.in (host_hook_obj): New.
authorGeoffrey Keating <geoffk@apple.com>
Thu, 6 Feb 2003 01:47:56 +0000 (01:47 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Thu, 6 Feb 2003 01:47:56 +0000 (01:47 +0000)
commit476d909872696454142e588683a9937a3ef98f5e
tree2afad0ecf8b6e8b262fccd46b90578858d21ab7a
parentdbdd348907c8d5481bf6bcf29387dfd405c49572
Makefile.in (host_hook_obj): New.

* 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.

From-SVN: r62470
12 files changed:
gcc/ChangeLog
gcc/Makefile.in
gcc/config.gcc
gcc/config/rs6000/host-darwin.c [new file with mode: 0644]
gcc/config/rs6000/x-darwin [new file with mode: 0644]
gcc/configure
gcc/configure.in
gcc/doc/hostconfig.texi
gcc/host-default.c [new file with mode: 0644]
gcc/hosthooks-def.h [new file with mode: 0644]
gcc/hosthooks.h [new file with mode: 0644]
gcc/toplev.c