t-rtems-i386 revision 90075
10SN/A#
20SN/A# This file was based on t-sol2 - x68 Solaris implementation. Actually,
30SN/A# the source code to create crti.o anf crtn.o are exactly the same 
40SN/A# as the ones for Solaris. Later, we might want to have a RTEMS's 
50SN/A# version of these files.
61133Sjoehw#
71133Sjoehw
81133Sjoehwcrti.o: $(srcdir)/config/i386/sol2-ci.asm $(GCC_PASSES)
91133Sjoehw	sed -e '/^!/d' <$(srcdir)/config/i386/sol2-ci.asm >crti.s
101133Sjoehw	$(GCC_FOR_TARGET) -c -o crti.o crti.s
111133Sjoehwcrtn.o: $(srcdir)/config/i386/sol2-cn.asm $(GCC_PASSES)
120SN/A	sed -e '/^!/d' <$(srcdir)/config/i386/sol2-cn.asm >crtn.s
130SN/A	$(GCC_FOR_TARGET) -c -o crtn.o crtn.s
140SN/A
150SN/A