summaryrefslogtreecommitdiff
path: root/gcc/config/sh/t-sh
diff options
context:
space:
mode:
authorsac <sac@138bc75d-0d04-0410-961f-82ee72b054a4>1994-09-09 23:43:17 +0000
committersac <sac@138bc75d-0d04-0410-961f-82ee72b054a4>1994-09-09 23:43:17 +0000
commitf1d67a2f0260fecf583fd1210695dba47e5c2c33 (patch)
tree17b4f4f54e143f5281da9becfa078b9f332fc8fe /gcc/config/sh/t-sh
parenta85a2db052a608a669a949d1c4657000faf25b20 (diff)
downloadgcc-f1d67a2f0260fecf583fd1210695dba47e5c2c33.tar.gz
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8064 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sh/t-sh')
-rw-r--r--gcc/config/sh/t-sh34
1 files changed, 30 insertions, 4 deletions
diff --git a/gcc/config/sh/t-sh b/gcc/config/sh/t-sh
index 0067223f9cc..30f7c60672c 100644
--- a/gcc/config/sh/t-sh
+++ b/gcc/config/sh/t-sh
@@ -1,6 +1,32 @@
-LIBGCC1 = libgcc1.null
-CROSS_LIBGCC1 = libgcc1.null
-T_CFLAGS = -DDONT_HAVE_STDIO -DDONT_HAVE_SETJMP -Dinhibit_libc
-LIBGCC2_CFLAGS=-g -O5 $(GCC_CFLAGS)
+CROSS_LIBGCC1 = libgcc1-asm.a
+LIB1ASMSRC = sh/lib1funcs.asm
+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]
+
+LIB2FUNCS_EXTRA = fp-bit.c dp-bit.c ashlsi3.c ashrsi3.c lshrsi3.c
+
+ashlsi3.c: $(srcdir)/config/sh/ashlsi3.c
+ cp $(srcdir)/config/sh/ashlsi3.c ashlsi3.c
+
+ashrsi3.c: $(srcdir)/config/sh/ashrsi3.c
+ cp $(srcdir)/config/sh/ashrsi3.c ashrsi3.c
+
+lshrsi3.c: $(srcdir)/config/sh/lshrsi3.c
+ cp $(srcdir)/config/sh/lshrsi3.c lshrsi3.c
+
+dp-bit.c: $(srcdir)/config/fp-bit.c
+ cat $(srcdir)/config/fp-bit.c > dp-bit.c
+
+fp-bit.c: $(srcdir)/config/fp-bit.c
+ echo '#define FLOAT' > fp-bit.c
+ cat $(srcdir)/config/fp-bit.c >> fp-bit.c