From a414f913e60ce5572384b52df3b86ab9e219fde4 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Mon, 20 Jul 1992 04:05:11 +0000 Subject: [PATCH] Initial revision From-SVN: r1642 --- gcc/config/sparc/t-sol2 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 gcc/config/sparc/t-sol2 diff --git a/gcc/config/sparc/t-sol2 b/gcc/config/sparc/t-sol2 new file mode 100644 index 00000000000..c4f8559af36 --- /dev/null +++ b/gcc/config/sparc/t-sol2 @@ -0,0 +1,20 @@ +# we need startup files for solaris, since we don't get them with the system + +EXTRA_PARTS=crt1.o crti.o crtn.o gmon.o + +# For svr4 we run the special svr4 fixincludes script. + +FIXINCLUDES=fixinc.svr4 + +# we need to supply our own assembly versions of libgcc1.c files, +# since the user may not have native 'cc' available + +# ??? This is wrong! +INSTALL_TARGET = install-cross + +LIBGCC1 = libgcc1.null + +# gmon build rule: +gmon.o: gmon-sol2.c $(GCC_PASSES) $(CONFIG_H) + $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(INCLUDES) \ + -c $(srcdir)/gmon-sol2.c -o gmon.o -- 2.30.2