From 84eba00904bb9ca4f3e23bb8268bbeffeedf1d7a Mon Sep 17 00:00:00 2001 From: echristo Date: Thu, 9 Nov 2006 23:56:57 +0000 Subject: 2006-11-09 Eric Christopher 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 --- gcc/config.host | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gcc/config.host') 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" -- cgit v1.2.1