Delete EXTRA_PARTS.

From-SVN: r6218
This commit is contained in:
Richard Kenner 1993-12-12 07:52:57 -05:00
parent 72271569cd
commit 8c8fbd20b5
7 changed files with 0 additions and 35 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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::

View File

@ -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

View File

@ -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