1952e2e1c1
These bits are taken from the FSF anoncvs repo on 1-Feb-2002 08:20 PST.
12 lines
264 B
Plaintext
12 lines
264 B
Plaintext
#
|
|
# target makefile for dgux
|
|
#
|
|
EXTRA_PARTS=crti.o crtbegin.o crtend.o
|
|
|
|
crti.o: $(srcdir)/config/i386/sol2-ci.asm $(GCC_PASSES)
|
|
sed -e '/^!/d' <$(srcdir)/config/i386/sol2-ci.asm >crti.s
|
|
$(GCC_FOR_TARGET) -c -o crti.o crti.s
|
|
|
|
# Don't run fixproto
|
|
STMP_FIXPROTO =
|