Commit 6999b6b2 by Richard Kenner

(EXTRA_PARTS): Deleted.

From-SVN: r8530
parent 2655599b
# gas 1.38.1 supporting dbx-in-coff requires a link script. # 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 svr3.ifile: $(srcdir)/config/i386/svr3.ifile
rm -f svr3.ifile; cp $(srcdir)/config/i386/svr3.ifile . rm -f svr3.ifile; cp $(srcdir)/config/i386/svr3.ifile .
......
# 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 # 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++ # 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 # to produce a shared library, but since we don't know ahead of time when
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment