aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/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/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/x-darwin')
-rw-r--r--gcc/config/x-darwin3
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) $<