aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips/t-iris6gld
blob: 2926be0cb44cf72d2f6d4aa74599bb7f2cf17e7a (plain)
1
2
3
4
5
6
7
8
9
$(T)irix6-crti.o: $(srcdir)/config/mips/irix6-crti.asm $(GCC_PASSES)
	$(GCC_FOR_TARGET) $(GCC_CFLAGS) $(MULTILIB_CFLAGS) $(INCLUDES) \
	-c -o $@ -x assembler-with-cpp $<

$(T)irix6-crtn.o: $(srcdir)/config/mips/irix6-crtn.asm $(GCC_PASSES)
	$(GCC_FOR_TARGET) $(GCC_CFLAGS) $(MULTILIB_CFLAGS) $(INCLUDES) \
	-c -o $@ -x assembler-with-cpp $<

EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o irix6-crti.o irix6-crtn.o