view libgcc/config/mmix/t-mmix @ 63:b7f97abdc517 gcc-4.6-20100522

update gcc from gcc-4.5.0 to gcc-4.6
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Mon, 24 May 2010 12:47:05 +0900
parents
children 04ced10e8804
line wrap: on
line source

# 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