PR c++/13574
[official-gcc.git] / gcc / config / mips / t-iris6gld
blob2926be0cb44cf72d2f6d4aa74599bb7f2cf17e7a
1 $(T)irix6-crti.o: $(srcdir)/config/mips/irix6-crti.asm $(GCC_PASSES)
2         $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(MULTILIB_CFLAGS) $(INCLUDES) \
3         -c -o $@ -x assembler-with-cpp $<
5 $(T)irix6-crtn.o: $(srcdir)/config/mips/irix6-crtn.asm $(GCC_PASSES)
6         $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(MULTILIB_CFLAGS) $(INCLUDES) \
7         -c -o $@ -x assembler-with-cpp $<
9 EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o irix6-crti.o irix6-crtn.o