aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1993-12-12 07:52:57 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1993-12-12 07:52:57 -0500
commit8c8fbd20b5d6573b8cb5ef5629659085ed07c979 (patch)
tree37da1ea38575d6192a7d58309baee72c3c0ca131
parent72271569cd6b5c1beff7b37845f78fb379ebbcc4 (diff)
downloadgcc-8c8fbd20b5d6573b8cb5ef5629659085ed07c979.zip
gcc-8c8fbd20b5d6573b8cb5ef5629659085ed07c979.tar.gz
gcc-8c8fbd20b5d6573b8cb5ef5629659085ed07c979.tar.bz2
Delete EXTRA_PARTS.
From-SVN: r6218
-rw-r--r--gcc/config/i386/t-sol25
-rw-r--r--gcc/config/i860/t-fx28006
-rw-r--r--gcc/config/m88k/t-dgux5
-rw-r--r--gcc/config/m88k/t-dgux-gas5
-rw-r--r--gcc/config/m88k/t-m88k5
-rw-r--r--gcc/config/m88k/t-sysv45
-rw-r--r--gcc/config/sparc/t-sol24
7 files changed, 0 insertions, 35 deletions
diff --git a/gcc/config/i386/t-sol2 b/gcc/config/i386/t-sol2
index c5ed87a..a669b7c 100644
--- a/gcc/config/i386/t-sol2
+++ b/gcc/config/i386/t-sol2
@@ -1,8 +1,3 @@
-# We need startup files for Solaris, since we don't get them with the system
-# FIXME: Should include "gmon.o" when it is ported.
-
-EXTRA_PARTS=crt1.o crti.o crtn.o crtbegin.o crtend.o
-
# we need to supply our own assembly versions of libgcc1.c files,
# since the user may not have native 'cc' available
diff --git a/gcc/config/i860/t-fx2800 b/gcc/config/i860/t-fx2800
index 1313472..5f08173 100644
--- a/gcc/config/i860/t-fx2800
+++ b/gcc/config/i860/t-fx2800
@@ -1,9 +1,3 @@
-
-# The Alliant FX2800 uses ELF object files, so needs these two modules
-# just as SVR4 does. -- hyc@hanauma.jpl.nasa.gov
-
-EXTRA_PARTS=crtbegin.o crtend.o
-
# Use ieee rounding rules for divide and square root operations.
# /bin/cc is assumed to point to fxc version 1.3 or newer.
CCLIBFLAGS=-O -ieee -uniproc
diff --git a/gcc/config/m88k/t-dgux b/gcc/config/m88k/t-dgux
index 852096e..a98e956 100644
--- a/gcc/config/m88k/t-dgux
+++ b/gcc/config/m88k/t-dgux
@@ -11,11 +11,6 @@ LIB2FUNCS_EXTRA = $(MOVE_ASM)
LIBGCC1 = libgcc1.null
CROSS_LIBGCC1 = libgcc1.null
-# For DG/UX 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.
# In a coff environment, a link script is required.
-
-EXTRA_PARTS=crtbegin.o crtend.o m88kdgux.ld
-
m88kdgux.ld: $(srcdir)/config/m88k/dgux.ld
rm -f m88kdgux.ld; cp $(srcdir)/config/m88k/dgux.ld ./m88kdgux.ld
diff --git a/gcc/config/m88k/t-dgux-gas b/gcc/config/m88k/t-dgux-gas
index ef9976f..c7368c3 100644
--- a/gcc/config/m88k/t-dgux-gas
+++ b/gcc/config/m88k/t-dgux-gas
@@ -12,11 +12,6 @@ LIBGCC1 = libgcc1.null
CROSS_LIBGCC1 = libgcc1.null
T_CPPFLAGS = -DUSE_GAS
-# For DG/UX 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.
# In a coff environment, a link script is required.
-
-EXTRA_PARTS=crtbegin.o crtend.o m88kdgux.ld
-
m88kdgux.ld: $(srcdir)/config/m88k/dgux.ld
rm -f m88kdgux.ld; cp $(srcdir)/config/m88k/dgux.ld ./m88kdgux.ld
diff --git a/gcc/config/m88k/t-m88k b/gcc/config/m88k/t-m88k
index 57db0ee..4a5c7c1 100644
--- a/gcc/config/m88k/t-m88k
+++ b/gcc/config/m88k/t-m88k
@@ -11,11 +11,6 @@ LIB2FUNCS_EXTRA = $(MOVE_ASM)
LIBGCC1 = libgcc1.null
CROSS_LIBGCC1 = libgcc1.null
-# 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
-
# Clean up.
realclean::
diff --git a/gcc/config/m88k/t-sysv4 b/gcc/config/m88k/t-sysv4
index 1619294..419a9db 100644
--- a/gcc/config/m88k/t-sysv4
+++ b/gcc/config/m88k/t-sysv4
@@ -12,8 +12,3 @@ $(MOVE_ASM): $(srcdir)/config/m88k/m88k-move.sh
LIB2FUNCS_EXTRA = $(MOVE_ASM)
LIBGCC1 = libgcc1.null
CROSS_LIBGCC1 = libgcc1.null
-
-# 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
diff --git a/gcc/config/sparc/t-sol2 b/gcc/config/sparc/t-sol2
index b71f738..9f79b1f 100644
--- a/gcc/config/sparc/t-sol2
+++ b/gcc/config/sparc/t-sol2
@@ -1,7 +1,3 @@
-# we need startup files for solaris, since we don't get them with the system
-
-EXTRA_PARTS=crt1.o crti.o crtn.o gmon.o crtbegin.o crtend.o
-
# we need to supply our own assembly versions of libgcc1.c files,
# since the user may not have native 'cc' available