* expr.c (store_field): Don't set MEM_ALIAS_SET for a field
[official-gcc.git] / gcc / config / fr30 / t-fr30
blob69df6de22f1b2d4a862a76e9250037fb356dae43
2 # Name of assembly file containing libgcc1 functions.
3 # This entry must be present, but it can be empty if the target does
4 # not need any assembler functions to support its code generation.
5 # CROSS_LIBGCC1 =
7 # Alternatively if assembler functions *are* needed then define the
8 # entries below:
9 CROSS_LIBGCC1 = libgcc1-asm.a
10 LIB1ASMSRC    = fr30/lib1funcs.asm
11 LIB1ASMFUNCS  = _udivsi3 _divsi3 _umodsi3 _modsi3
13 # Assemble startup files.
14 crti.o: $(srcdir)/config/fr30/crti.asm $(GCC_PASSES)
15         $(GCC_FOR_TARGET) -c -o crti.o -x assembler $(srcdir)/config/fr30/crti.asm
17 crtn.o: $(srcdir)/config/fr30/crtn.asm $(GCC_PASSES)
18         $(GCC_FOR_TARGET) -c -o crtn.o -x assembler $(srcdir)/config/fr30/crtn.asm
20 # We want fine grained libraries, so use the new code to build the
21 # floating point emulation libraries.
22 FPBIT = fp-bit.c
23 DPBIT = dp-bit.c
25 # If any special flags are necessary when building libgcc2 put them here.
27 # TARGET_LIBGCC2_CFLAGS
29 fp-bit.c: $(srcdir)/config/fp-bit.c
30         echo '#define FLOAT' > fp-bit.c
31         cat $(srcdir)/config/fp-bit.c >> fp-bit.c
33 dp-bit.c: $(srcdir)/config/fp-bit.c
34         cat $(srcdir)/config/fp-bit.c > dp-bit.c
36 # Enable the following if multilibs are needed.
37 # See gcc/genmultilib, gcc/gcc.texi and gcc/tm.texi for a
38 # description of the options and their values.
40 # MULTILIB_OPTIONS    = 
41 # MULTILIB_DIRNAMES   = 
42 # MULTILIB_MATCHES    =
43 # MULTILIB_EXCEPTIONS =
44 # MULTILIB_EXTRA_OPTS = 
46 # LIBGCC = stmp-multilib
47 # INSTALL_LIBGCC = install-multilib