diff options
author | Doug Evans <dje@gnu.org> | 1994-11-16 01:20:03 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1994-11-16 01:20:03 +0000 |
commit | 23621543c292b27767ba2ae3e415b9a74c886586 (patch) | |
tree | d0c22f228344848c5500963916c6133a99e501c4 | |
parent | 7e7be9c3b1132b8be3b12e390862572a4b2fbf37 (diff) | |
download | gcc-23621543c292b27767ba2ae3e415b9a74c886586.zip gcc-23621543c292b27767ba2ae3e415b9a74c886586.tar.gz gcc-23621543c292b27767ba2ae3e415b9a74c886586.tar.bz2 |
Clean up some comments. Delete unnecessary cygnus stuff.
From-SVN: r8462
-rw-r--r-- | gcc/config/sh/t-sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/config/sh/t-sh b/gcc/config/sh/t-sh index 30f7c60..44ea252 100644 --- a/gcc/config/sh/t-sh +++ b/gcc/config/sh/t-sh @@ -4,12 +4,8 @@ LIB1ASMFUNCS = _ashiftrt _movstr _mulsi3 _sdivsi3 _udivsi3 LIBGCC2_CFLAGS=-g -O5 $(GCC_CFLAGS) -# CYGNUS LOCAL sh -LANGUAGES=c c++ proto - -# CYGNUS LOCAL sh # These are really part of libgcc1, but this will cause them to be -# built correctly, so... [taken from t-ose68k] +# built correctly, so... LIB2FUNCS_EXTRA = fp-bit.c dp-bit.c ashlsi3.c ashrsi3.c lshrsi3.c |