diff options
author | Geoffrey Keating <geoffk@apple.com> | 2005-04-06 08:41:37 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2005-04-06 08:41:37 +0000 |
commit | ed23bd30c12f3dfeb1f74a19c10d83109b92cf56 (patch) | |
tree | 5aa04462241caebfe03d88f0811f2affe93e6d35 /gcc/config/x-darwin | |
parent | 0df9bf6371e21b575b77a684bd6689d8691db945 (diff) | |
download | gcc-ed23bd30c12f3dfeb1f74a19c10d83109b92cf56.zip gcc-ed23bd30c12f3dfeb1f74a19c10d83109b92cf56.tar.gz gcc-ed23bd30c12f3dfeb1f74a19c10d83109b92cf56.tar.bz2 |
config.host: Add a section for generic hosts, and a subsection for Darwin.
* config.host: Add a section for generic hosts, and a subsection
for Darwin. Add a case for x86-darwin. Update ppc-darwin case.
* config/host-darwin.c: New, split out of config/rs6000/host-darwin.c.
* config/host-darwin.h: New.
* config/x-darwin: New.
* config/i386/host-i386-darwin.c: New.
* config/i386/x-darwin: New.
* config/rs6000/host-darwin.c: Include host-darwin.h.
(darwin_rs6000_gt_pch_get_address): Move to config/host-darwin.c.
(darwin_rs6000_gt_pch_use_address): Likewise.
* config/rs6000/x-darwin: Change name of .o built, update
dependencies for changes to rs6000/host-darwin.c.
From-SVN: r97709
Diffstat (limited to 'gcc/config/x-darwin')
-rw-r--r-- | gcc/config/x-darwin | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/x-darwin b/gcc/config/x-darwin new file mode 100644 index 0000000..c2ffd7d --- /dev/null +++ b/gcc/config/x-darwin @@ -0,0 +1,3 @@ +host-darwin.o : $(srcdir)/config/host-darwin.c $(CONFIG_H) $(SYSTEM_H) \ + coretypes.h toplev.h config/host-darwin.h + $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $< |