aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1994-11-20 06:59:42 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1994-11-20 06:59:42 -0500
commit6999b6b25adf6e11fcae14f556dc6955ed6e9110 (patch)
tree267abe8d9addbbd86a5ba077ecde72b8075a1895 /gcc
parent2655599b8f32c8d4533746b211318ebce98ad600 (diff)
downloadgcc-6999b6b25adf6e11fcae14f556dc6955ed6e9110.zip
gcc-6999b6b25adf6e11fcae14f556dc6955ed6e9110.tar.gz
gcc-6999b6b25adf6e11fcae14f556dc6955ed6e9110.tar.bz2
(EXTRA_PARTS): Deleted.
From-SVN: r8530
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/i386/t-svr3dbx2
-rw-r--r--gcc/config/t-svr45
2 files changed, 0 insertions, 7 deletions
diff --git a/gcc/config/i386/t-svr3dbx b/gcc/config/i386/t-svr3dbx
index 3d492b4..5171137 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 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