aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/t-dgux
blob: 1bf024a4c19cc2ac2cd42e7d9d8f2015e71406d2 (plain)
1
2
3
4
5
6
7
8
#
# 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