summaryrefslogtreecommitdiff
path: root/gcc/config.host
diff options
context:
space:
mode:
authorechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>2006-11-09 23:56:57 +0000
committerechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>2006-11-09 23:56:57 +0000
commit84eba00904bb9ca4f3e23bb8268bbeffeedf1d7a (patch)
tree10154e12ba067e5cf04925eae7c4ecdf66094e92 /gcc/config.host
parentf1ada0dfb2e91f1724a3ebc380c0cc94b72892b8 (diff)
downloadgcc-84eba00904bb9ca4f3e23bb8268bbeffeedf1d7a.tar.gz
2006-11-09 Eric Christopher <echristo@apple.com>
PR bootstrap/26892 PR bootstrap/27814 PR other/28994 * configure.ac: Match powerpc*-*-darwin* for powerpc darwin checks. * config.gcc (powerpc64-*-darwin*): New target. * config.host: Ditto. * config/rs6000/darwin64.h: New file. * config/rs6000/x-darwin64: Ditto. * config/rs6000/host-ppc64-darwin.c: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118633 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.host')
-rw-r--r--gcc/config.host4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config.host b/gcc/config.host
index 4e3a017975d..ade31a2a4cc 100644
--- a/gcc/config.host
+++ b/gcc/config.host
@@ -188,6 +188,10 @@ case ${host} in
out_host_hook_obj="${out_host_hook_obj} host-ppc-darwin.o"
host_xmake_file="${host_xmake_file} rs6000/x-darwin"
;;
+ powerpc64-*-darwin*)
+ out_host_hook_obj="${out_host_hook_obj} host-ppc64-darwin.o"
+ host_xmake_file="${host_xmake_file} rs6000/x-darwin64"
+ ;;
*-*-solaris2*)
out_host_hook_obj=host-solaris.o
host_xmake_file="${host_xmake_file} x-solaris"