diff options
author | Richard Kenner <kenner@vlsi1.ultra.nyu.edu> | 2001-01-02 02:53:47 +0000 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 2001-01-01 21:53:47 -0500 |
commit | e428b937a2fe945e08b36be77ab1767dc9f104e2 (patch) | |
tree | 5517ee55900e6ac13310765cb6436b84c08de651 /gcc/config.gcc | |
parent | 3276910d993a463455cbd3017e8579da518ebcaa (diff) | |
download | gcc-e428b937a2fe945e08b36be77ab1767dc9f104e2.zip gcc-e428b937a2fe945e08b36be77ab1767dc9f104e2.tar.gz gcc-e428b937a2fe945e08b36be77ab1767dc9f104e2.tar.bz2 |
config.gcc (sparc64-wrs-vxworks*): New case.
* config.gcc (sparc64-wrs-vxworks*): New case.
* config/sparc/vxsparc64.h, config/sparc/t-vxsparc64: New files.
From-SVN: r38609
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 0d55123..5a2ea13b 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1,5 +1,5 @@ # GCC build-, host- and target-specific configuration file. -# Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. +# Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. #This file is part of GNU CC. @@ -2950,6 +2950,11 @@ sparc-tti-*) xm_file="xm-alloca.h ${xm_file}" xm_defines=USG ;; +sparc64-wrs-vxworks*) + tm_file="sparc/sol2.h sparc/elf.h sparc/vxsparc64.h" + tmake_file=sparc/t-vxsparc64 + use_collect2=yes + ;; sparc-wrs-vxworks* | sparclite-wrs-vxworks*) tm_file=sparc/vxsparc.h tmake_file=sparc/t-vxsparc |