diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-11-20 06:59:42 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-11-20 06:59:42 -0500 |
commit | 6999b6b25adf6e11fcae14f556dc6955ed6e9110 (patch) | |
tree | 267abe8d9addbbd86a5ba077ecde72b8075a1895 /gcc/config/t-svr4 | |
parent | 2655599b8f32c8d4533746b211318ebce98ad600 (diff) | |
download | gcc-6999b6b25adf6e11fcae14f556dc6955ed6e9110.zip gcc-6999b6b25adf6e11fcae14f556dc6955ed6e9110.tar.gz gcc-6999b6b25adf6e11fcae14f556dc6955ed6e9110.tar.bz2 |
(EXTRA_PARTS): Deleted.
From-SVN: r8530
Diffstat (limited to 'gcc/config/t-svr4')
-rw-r--r-- | gcc/config/t-svr4 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/t-svr4 b/gcc/config/t-svr4 index f060a9d..7b3a641 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 |