blob: 6e62aec22244cff085a016e87a015beba8da6eb5 [file] [log] [blame]
# Assemble startup files.
$(T)crti.o: $(srcdir)/config/moxie/crti.asm $(GCC_PASSES)
$(GCC_FOR_TARGET) $(GCC_CFLAGS) $(MULTILIB_CFLAGS) $(INCLUDES) \
-c -o $(T)crti.o -x assembler-with-cpp $(srcdir)/config/moxie/crti.asm
$(T)crtn.o: $(srcdir)/config/moxie/crtn.asm $(GCC_PASSES)
$(GCC_FOR_TARGET) $(GCC_CFLAGS) $(MULTILIB_CFLAGS) $(INCLUDES) \
-c -o $(T)crtn.o -x assembler-with-cpp $(srcdir)/config/moxie/crtn.asm