From 9d29d6930efd14bfd9fef51e75f0ca5b9b4ea05e Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Mon, 20 Jul 1992 04:10:32 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r1643 --- gcc/config/sparc/t-sol2 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gcc/config/sparc/t-sol2 b/gcc/config/sparc/t-sol2 index c4f8559af36..3cf144eb793 100644 --- a/gcc/config/sparc/t-sol2 +++ b/gcc/config/sparc/t-sol2 @@ -18,3 +18,11 @@ LIBGCC1 = libgcc1.null gmon.o: gmon-sol2.c $(GCC_PASSES) $(CONFIG_H) $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(INCLUDES) \ -c $(srcdir)/gmon-sol2.c -o gmon.o + +# Assemble startup files. +crt1.o: crt1.s + $(CC) -c $(srcdir)/crt1.s +crti.o: crti.s + $(CC) -c $(srcdir)/crti.s +crtn.o: crtn.s + $(CC) -c $(srcdir)/crtn.s -- 2.30.2