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

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

EXTRA_MULTILIB_PARTS += irix-crti.o irix-crtn.o