From c4f7b7341fe8724cb7e8b091b7227e7c65c8bd38 Mon Sep 17 00:00:00 2001 From: amodra Date: Fri, 22 Mar 2002 00:19:56 +0000 Subject: * config/rs6000/t-linux64: New. * config.gcc (powerpc64-*-linux* ): Drop t-ppcos and t-ppccomm. Use t-rs6000 and t-linux64. (powerpc64-*-gnu* ): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51150 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config.gcc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/config.gcc') diff --git a/gcc/config.gcc b/gcc/config.gcc index 8337baf2c84..c4bd3292eb2 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2676,12 +2676,12 @@ powerpc-*-openbsd*) powerpc64-*-linux*) tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux64.h" out_file=rs6000/rs6000.c - tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm" + tmake_file="rs6000/t-rs6000 t-slibgcc-elf-ver t-linux rs6000/t-linux64" ;; powerpc64-*-gnu*) tm_file="${cpu_type}/${cpu_type}.h elfos.h svr4.h freebsd-spec.h gnu.h rs6000/sysv4.h rs6000/linux64.h rs6000/gnu.h" out_file=rs6000/rs6000.c - tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm" + tmake_file="rs6000/t-rs6000 t-slibgcc-elf-ver t-gnu rs6000/t-linux64" ;; powerpc-*-beos*) tm_file="${tm_file} rs6000/aix.h rs6000/beos.h rs6000/xcoff.h" -- cgit v1.2.1