summaryrefslogtreecommitdiff
path: root/gcc/config/t-svr4
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1994-11-20 11:59:42 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1994-11-20 11:59:42 +0000
commit32d0b62ec03d103983f7324f9a809e1d48cd1638 (patch)
tree267abe8d9addbbd86a5ba077ecde72b8075a1895 /gcc/config/t-svr4
parent15608d72fae947322fe2f9011c848ed5eccdd552 (diff)
downloadgcc-32d0b62ec03d103983f7324f9a809e1d48cd1638.tar.gz
(EXTRA_PARTS): Deleted.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8530 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/t-svr4')
-rw-r--r--gcc/config/t-svr45
1 files changed, 0 insertions, 5 deletions
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