rt_gccstream/libgcc/config/moxie/t-moxie

10 lines
420 B
Plaintext

# 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