This commit was manufactured by cvs2svn to create branch
[official-gcc.git] / gcc / config / mips / t-irix-gld
blob1e7ceafaff9398661a02cd93b28deb9a663f0801
1 $(T)irix-crti.o: $(srcdir)/config/mips/irix-crti.asm $(GCC_PASSES)
2         $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(MULTILIB_CFLAGS) $(INCLUDES) \
3         -c -o $@ -x assembler-with-cpp $<
5 $(T)irix-crtn.o: $(srcdir)/config/mips/irix-crtn.asm $(GCC_PASSES)
6         $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(MULTILIB_CFLAGS) $(INCLUDES) \
7         -c -o $@ -x assembler-with-cpp $<
9 EXTRA_MULTILIB_PARTS += irix-crti.o irix-crtn.o