2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / config / fr30 / t-fr30
blob5ee0808e0daefc9426facdba101fa3d6d043c95d
1 LIB1ASMSRC    = fr30/lib1funcs.asm
2 LIB1ASMFUNCS  = _udivsi3 _divsi3 _umodsi3 _modsi3
4 # Assemble startup files.
5 crti.o: $(srcdir)/config/fr30/crti.asm $(GCC_PASSES)
6         $(GCC_FOR_TARGET) -c -o crti.o -x assembler $(srcdir)/config/fr30/crti.asm
8 crtn.o: $(srcdir)/config/fr30/crtn.asm $(GCC_PASSES)
9         $(GCC_FOR_TARGET) -c -o crtn.o -x assembler $(srcdir)/config/fr30/crtn.asm
11 # We want fine grained libraries, so use the new code to build the
12 # floating point emulation libraries.
13 FPBIT = fp-bit.c
14 DPBIT = dp-bit.c
16 # If any special flags are necessary when building libgcc2 put them here.
18 # TARGET_LIBGCC2_CFLAGS
20 fp-bit.c: $(srcdir)/config/fp-bit.c
21         echo '#define FLOAT' > fp-bit.c
22         cat $(srcdir)/config/fp-bit.c >> fp-bit.c
24 dp-bit.c: $(srcdir)/config/fp-bit.c
25         cat $(srcdir)/config/fp-bit.c > dp-bit.c
27 # Enable the following if multilibs are needed.
28 # See gcc/genmultilib, gcc/gcc.texi and gcc/tm.texi for a
29 # description of the options and their values.
31 # MULTILIB_OPTIONS    = 
32 # MULTILIB_DIRNAMES   = 
33 # MULTILIB_MATCHES    =
34 # MULTILIB_EXCEPTIONS =
35 # MULTILIB_EXTRA_OPTS = 
37 # LIBGCC = stmp-multilib
38 # INSTALL_LIBGCC = install-multilib