aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-03-22 00:19:56 +0000
committerAlan Modra <amodra@gcc.gnu.org>2002-03-22 10:49:56 +1030
commit2a78758be56e2dd7d3645219ca3d0d25f648ba2b (patch)
tree329db2950d21fff0727fd165e35c3852aa174270 /gcc/config.gcc
parente019cf952f425cf000b7a7598e73447c98c731d3 (diff)
downloadgcc-2a78758be56e2dd7d3645219ca3d0d25f648ba2b.zip
gcc-2a78758be56e2dd7d3645219ca3d0d25f648ba2b.tar.gz
gcc-2a78758be56e2dd7d3645219ca3d0d25f648ba2b.tar.bz2
t-linux64: New.
* config/rs6000/t-linux64: New. * config.gcc (powerpc64-*-linux* <tmake_file>): Drop t-ppcos and t-ppccomm. Use t-rs6000 and t-linux64. (powerpc64-*-gnu* <tmake_file>): Likewise. From-SVN: r51150
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 8337baf..c4bd329 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"