diff options
author | brendan <brendan@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-10-13 18:56:57 +0000 |
---|---|---|
committer | brendan <brendan@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-10-13 18:56:57 +0000 |
commit | 1aa422cbb5994f8911891c5937162e6098b2b399 (patch) | |
tree | ee30517d9d669c972e24b436f8e6c2a7e64294bf /gcc/config/sparc/t-sol2 | |
parent | 440fc8ec2eee846efd88e4fa2c0ae23ffb2f722c (diff) | |
download | gcc-1aa422cbb5994f8911891c5937162e6098b2b399.tar.gz |
* spc-sol2.h (STARTFILE_SPEC): Add crtbegin.o.
(LIB_SPEC): Add crtend.o for running ctors/dtors.
* t-sol2 (EXTRA_PARTS): Add crtbegin.o and crtend.o for C++.
(FIXINCLUDES): Deleted.
* configure (sparc-*-solaris2*): Set fixincludes here.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2441 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sparc/t-sol2')
-rw-r--r-- | gcc/config/sparc/t-sol2 | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/config/sparc/t-sol2 b/gcc/config/sparc/t-sol2 index 86cd5e33f17..e810f948019 100644 --- a/gcc/config/sparc/t-sol2 +++ b/gcc/config/sparc/t-sol2 @@ -1,10 +1,6 @@ # 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 +EXTRA_PARTS=crt1.o crti.o crtn.o gmon.o crtbegin.o crtend.o # we need to supply our own assembly versions of libgcc1.c files, # since the user may not have native 'cc' available |