]> git.ipfire.org Git - thirdparty/gcc.git/blob - libgcc/config/moxie/t-moxie
* testsuite/ChangeLog: Fix last ChangeLog entry.
[thirdparty/gcc.git] / libgcc / config / moxie / t-moxie
1 # Assemble startup files.
2
3 $(T)crti.o: $(srcdir)/config/moxie/crti.asm $(GCC_PASSES)
4 $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(MULTILIB_CFLAGS) $(INCLUDES) \
5 -c -o $(T)crti.o -x assembler-with-cpp $(srcdir)/config/moxie/crti.asm
6
7 $(T)crtn.o: $(srcdir)/config/moxie/crtn.asm $(GCC_PASSES)
8 $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(MULTILIB_CFLAGS) $(INCLUDES) \
9 -c -o $(T)crtn.o -x assembler-with-cpp $(srcdir)/config/moxie/crtn.asm