mips.c (mips_file_start): Add ".previous" directives to both ".section"s.
[official-gcc.git] / gcc / config / mips / t-elf
blob55af20845f40b8bb904e18c435f8c889723362d7
1 # Don't let CTOR_LIST end up in sdata section.
2 CRTSTUFF_T_CFLAGS = -G 0
4 # Assemble startup files.
5 $(T)crti.o: $(srcdir)/config/mips/crti.asm $(GCC_PASSES)
6         $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(MULTILIB_CFLAGS) $(INCLUDES) \
7         -c -o $(T)crti.o -x assembler-with-cpp $(srcdir)/config/mips/crti.asm
9 $(T)crtn.o: $(srcdir)/config/mips/crtn.asm $(GCC_PASSES)
10         $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(MULTILIB_CFLAGS) $(INCLUDES) \
11         -c -o $(T)crtn.o -x assembler-with-cpp $(srcdir)/config/mips/crtn.asm
13 # We must build libgcc2.a with -G 0, in case the user wants to link
14 # without the $gp register.
15 TARGET_LIBGCC2_CFLAGS = -G 0
17 # Build the libraries for both hard and soft floating point
19 MULTILIB_OPTIONS = msoft-float EL/EB
20 MULTILIB_DIRNAMES = soft-float el eb
21 MULTILIB_MATCHES = EL=mel EB=meb msingle-float=m4650
22 EXTRA_MULTILIB_PARTS = crtbegin.o crtend.o crti.o crtn.o
24 LIBGCC = stmp-multilib
25 INSTALL_LIBGCC = install-multilib