aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config/mmix/t-mmix
blob: 9d66737e256b636007cdf58683ece6c497e7baa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Don't use global registers in libraries.
# FIXME: Not applied at "root" level, so disabled at the moment to stop
# incorrect comparisons with -mabi=gnu.
#MULTILIB_EXTRA_OPTS = mno-base-addresses

$(T)crti.o: $(gcc_srcdir)/config/mmix/crti.asm $(GCC_PASSES)
	$(crt_compile) $(INCLUDES) \
	$(CRTSTUFF_T_CFLAGS) -c -x assembler-with-cpp \
	$(gcc_srcdir)/config/mmix/crti.asm

$(T)crtn.o: $(gcc_srcdir)/config/mmix/crtn.asm $(GCC_PASSES)
	$(crt_compile) $(INCLUDES) \
	$(CRTSTUFF_T_CFLAGS) -c -x assembler-with-cpp \
	$(gcc_srcdir)/config/mmix/crtn.asm