From 32d0b62ec03d103983f7324f9a809e1d48cd1638 Mon Sep 17 00:00:00 2001 From: kenner Date: Sun, 20 Nov 1994 11:59:42 +0000 Subject: (EXTRA_PARTS): Deleted. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8530 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/t-svr4 | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gcc/config/t-svr4') 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 -- cgit v1.2.1