aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/x-darwin
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@apple.com>2005-04-06 08:41:37 +0000
committerGeoffrey Keating <geoffk@gcc.gnu.org>2005-04-06 08:41:37 +0000
commited23bd30c12f3dfeb1f74a19c10d83109b92cf56 (patch)
tree5aa04462241caebfe03d88f0811f2affe93e6d35 /gcc/config/rs6000/x-darwin
parent0df9bf6371e21b575b77a684bd6689d8691db945 (diff)
downloadgcc-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/rs6000/x-darwin')
-rw-r--r--gcc/config/rs6000/x-darwin8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/rs6000/x-darwin b/gcc/config/rs6000/x-darwin
index e133c21..bcf1c9e 100644
--- a/gcc/config/rs6000/x-darwin
+++ b/gcc/config/rs6000/x-darwin
@@ -1,4 +1,4 @@
-host-darwin.o : $(srcdir)/config/rs6000/host-darwin.c $(CONFIG_H) $(SYSTEM_H) \
- coretypes.h hosthooks.h hosthooks-def.h toplev.h diagnostic.h $(HOOKS_H)
- $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
- $(srcdir)/config/rs6000/host-darwin.c
+host-ppc-darwin.o : $(srcdir)/config/rs6000/host-darwin.c \
+ $(CONFIG_H) $(SYSTEM_H) coretypes.h hosthooks.h $(HOSTHOOKS_DEF_H) toplev.h \
+ diagnostic.h config/host-darwin.h
+ $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $< -o $@