Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | genattrtab.h, [...]: Replace "GNU CC" with "GCC". | Nathanael Nerode | 2003-03-13 | 1 | -4/+4 |
| | | | | | | | * genattrtab.h, hosthooks-def.h, hosthooks.h, langhooks-def.h, langhooks.h, tree-inline.h: Replace "GNU CC" with "GCC". From-SVN: r64298 | ||||
* | Makefile.in (host_hook_obj): New. | Geoffrey Keating | 2003-02-06 | 1 | -0/+34 |
* 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 |