view libgcc/config/moxie/t-moxie @ 96:506ac5e3963a

modify expand_call
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 17 Jan 2012 06:11:37 +0900
parents b7f97abdc517
children
line wrap: on
line source

# 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