9 lines
225 B
Plaintext
9 lines
225 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
|