xref: /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/mmix/t-mmix (revision b7b7574d3bf8eeb51a1fa3977b59142ec6434a55)
1# Don't use global registers in libraries.
2# FIXME: Not applied at "root" level, so disabled at the moment to stop
3# incorrect comparisons with -mabi=gnu.
4#MULTILIB_EXTRA_OPTS = mno-base-addresses
5
6$(T)crti.o: $(gcc_srcdir)/config/mmix/crti.asm $(GCC_PASSES)
7	$(crt_compile) $(INCLUDES) \
8	$(CRTSTUFF_T_CFLAGS) -c -x assembler-with-cpp \
9	$(gcc_srcdir)/config/mmix/crti.asm
10
11$(T)crtn.o: $(gcc_srcdir)/config/mmix/crtn.asm $(GCC_PASSES)
12	$(crt_compile) $(INCLUDES) \
13	$(CRTSTUFF_T_CFLAGS) -c -x assembler-with-cpp \
14	$(gcc_srcdir)/config/mmix/crtn.asm
15