diff options
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 |