OSDN Git Service

* configure.in (m68k-*-rtemscoff*): Added.
[pf3gnuchains/gcc-fork.git] / gcc / config / i386 / t-rtems-i386
1 #
2 # This file was based on t-sol2 - x68 Solaris implementation. Actually,
3 # the source code to create crti.o anf crtn.o are exactly the same 
4 # as the ones for Solaris. Later, we might want to have a RTEMS's 
5 # version of these files.
6 #
7
8 LIBGCC1 = 
9 CROSS_LIBGCC1 = 
10
11 crti.o: $(srcdir)/config/i386/sol2-ci.asm $(GCC_PASSES)
12         sed -e '/^!/d' <$(srcdir)/config/i386/sol2-ci.asm >crti.s
13         $(GCC_FOR_TARGET) -c -o crti.o crti.s
14 crtn.o: $(srcdir)/config/i386/sol2-cn.asm $(GCC_PASSES)
15         sed -e '/^!/d' <$(srcdir)/config/i386/sol2-cn.asm >crtn.s
16         $(GCC_FOR_TARGET) -c -o crtn.o crtn.s
17