]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/config/mmix/t-mmix
t-ip2k: Remove LIBGCC1, CROSS_LIBGCC1, and LIBGCC1_TEST.
[thirdparty/gcc.git] / gcc / config / mmix / t-mmix
1 # See "Target Fragment" in GCC info. That same order is used here.
2
3 TARGET_LIBGCC2_CFLAGS = -mlibfuncs -O2
4
5 EXTRA_MULTILIB_PARTS = crti.o crtn.o crtbegin.o crtend.o
6
7 MULTILIB_OPTIONS = mabi=gnu
8 MULTILIB_DIRNAMES = gnuabi
9
10 # Don't use global registers in libraries.
11 # FIXME: Not applied at "root" level, so disabled at the moment to stop
12 # incorrect comparisons with -mabi=gnu.
13 #MULTILIB_EXTRA_OPTS = mno-base-addresses
14
15 $(T)crti.o: $(srcdir)/config/mmix/crti.asm $(GCC_PASSES)
16 $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(MULTILIB_CFLAGS) $(INCLUDES) \
17 -c -o $(T)crti.o -x assembler-with-cpp $(srcdir)/config/mmix/crti.asm
18
19 $(T)crtn.o: $(srcdir)/config/mmix/crtn.asm $(GCC_PASSES)
20 $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(MULTILIB_CFLAGS) $(INCLUDES) \
21 -c -o $(T)crtn.o -x assembler-with-cpp $(srcdir)/config/mmix/crtn.asm