diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-07-20 04:05:11 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-07-20 04:05:11 +0000 |
commit | 3707407327edef0e968ff36e07ef45e9b4da4239 (patch) | |
tree | 9369bb76a1f4a251b83439604a79c1caf5c8baa3 /gcc/config/sparc/t-sol2 | |
parent | 4d137f20fbecb3739c2271a2299a52ba0185e301 (diff) | |
download | gcc-3707407327edef0e968ff36e07ef45e9b4da4239.tar.gz |
Initial revision
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1642 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sparc/t-sol2')
-rw-r--r-- | gcc/config/sparc/t-sol2 | 20 |
1 files changed, 20 insertions, 0 deletions
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 |