diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1994-08-13 14:11:09 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1994-08-13 14:11:09 -0700 |
commit | 4b09e474cd40439e54400ec0637d7ba2e9d899e6 (patch) | |
tree | a70c2074c33cc4bfc4664cc6fc000ce8d3ca09df | |
parent | cf19d2a9d80c2e2b71f23b962dd4b871667c39df (diff) | |
download | gcc-4b09e474cd40439e54400ec0637d7ba2e9d899e6.zip gcc-4b09e474cd40439e54400ec0637d7ba2e9d899e6.tar.gz gcc-4b09e474cd40439e54400ec0637d7ba2e9d899e6.tar.bz2 |
New file.
From-SVN: r7913
-rw-r--r-- | gcc/config/sparc/t-sunos40 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/sparc/t-sunos40 b/gcc/config/sparc/t-sunos40 new file mode 100644 index 0000000..56fd740 --- /dev/null +++ b/gcc/config/sparc/t-sunos40 @@ -0,0 +1,6 @@ +# SunOS 4.0.* +# /bin/as doesn't recognize the v8 instructions, so we can't do a v8 +# multilib build. + +LIBGCC1 = libgcc1.null +CROSS_LIBGCC1 = libgcc1.null |