summaryrefslogtreecommitdiff
path: root/libgcc/config/moxie/t-moxie
blob: 6e62aec22244cff085a016e87a015beba8da6eb5 (plain)
1
2
3
4
5
6
7
8
9
# 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