diff options
author | Richard Henderson <rth@gcc.gnu.org> | 2001-09-11 01:52:39 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2001-09-11 01:52:39 -0700 |
commit | 30102605e710a95f8cb00ddd14303d7fcc284fae (patch) | |
tree | 89de0166f267747621eba79ef570f0cb00c9654a /gcc/config.gcc | |
parent | b1c4394d5db5b1c73458e8927dbcedc101874e04 (diff) | |
download | gcc-30102605e710a95f8cb00ddd14303d7fcc284fae.zip gcc-30102605e710a95f8cb00ddd14303d7fcc284fae.tar.gz gcc-30102605e710a95f8cb00ddd14303d7fcc284fae.tar.bz2 |
Cray T3E port.
From-SVN: r45539
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 2af51fa..00ed9b3 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -398,6 +398,14 @@ a29k-wrs-vxworks*) a29k-*-*) # Default a29k environment. use_collect2=yes ;; +alpha*-*-unicosmk*) + use_collect2=yes + tm_file="${tm_file} alpha/unicosmk.h" + + # Don't include t-ieee for now because we don't support that yet + # tmake_file="alpha/t-ieee" + tmake_file="alpha/t-unicosmk" + ;; alpha-*-interix) tm_file="${tm_file} alpha/alpha32.h interix.h alpha/alpha-interix.h" |