aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.host
diff options
context:
space:
mode:
authorechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>2006-11-07 05:40:34 +0000
committerechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>2006-11-07 05:40:34 +0000
commit4a839b30bbf7d9063d1801799a95db29f4b52673 (patch)
tree5d3e514d4ebfb4bea757d9a52b40436f2ed2be64 /gcc/config.host
parentecfdd7ef63c135b273945e6adf7e3a70139771da (diff)
2006-11-06 Eric Christopher <echristo@apple.com>
* config.gcc: Add x86_64-darwin host support. * config.host: Ditto. * config/i386/darwin64.h: New file. * config/i386/t-darwin64: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118541 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.host')
-rw-r--r--gcc/config.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.host b/gcc/config.host
index 4547864d9c1..4e3a017975d 100644
--- a/gcc/config.host
+++ b/gcc/config.host
@@ -177,7 +177,7 @@ case ${host} in
i[34567]86-*-interix3*)
host_xmake_file="${host_xmake_file} x-interix"
;;
- i[34567]86-*-darwin*)
+ i[34567]86-*-darwin* | x86_64-*-darwin*)
out_host_hook_obj="${out_host_hook_obj} host-i386-darwin.o"
host_xmake_file="${host_xmake_file} i386/x-darwin"
;;