diff options
-rw-r--r-- | gcc/config/i386/t-svr3dbx | 2 | ||||
-rw-r--r-- | gcc/config/t-svr4 | 5 |
2 files changed, 0 insertions, 7 deletions
diff --git a/gcc/config/i386/t-svr3dbx b/gcc/config/i386/t-svr3dbx index 3d492b495b6..51711379191 100644 --- a/gcc/config/i386/t-svr3dbx +++ b/gcc/config/i386/t-svr3dbx @@ -1,7 +1,5 @@ # gas 1.38.1 supporting dbx-in-coff requires a link script. -EXTRA_PARTS=svr3.ifile svr3z.ifile - svr3.ifile: $(srcdir)/config/i386/svr3.ifile rm -f svr3.ifile; cp $(srcdir)/config/i386/svr3.ifile . diff --git a/gcc/config/t-svr4 b/gcc/config/t-svr4 index f060a9d2ec5..7b3a64148ae 100644 --- a/gcc/config/t-svr4 +++ b/gcc/config/t-svr4 @@ -1,8 +1,3 @@ -# For svr4 we build crtbegin.o and crtend.o which serve to add begin and -# end labels to the .ctors and .dtors section when we link using gcc. - -EXTRA_PARTS=crtbegin.o crtend.o - # We need to use -fpic when we are using gcc to compile the routines in # crtstuff.c. This is only really needed when we are going to use gcc/g++ # to produce a shared library, but since we don't know ahead of time when |