OSDN Git Service

* builtins.c (std_gimplify_va_arg_expr): Handle types passed
[pf3gnuchains/gcc-fork.git] / gcc / config / iq2000 / t-iq2000
1 # Suppress building libgcc1.a, since the MIPS compiler port is complete
2 # and does not need anything from libgcc1.a.
3 LIBGCC1 =
4 CROSS_LIBGCC1 =
5
6 # We must build libgcc2.a with -G 0, in case the user wants to link
7 # without the $gp register.
8 TARGET_LIBGCC2_CFLAGS = -G 0
9
10 LIB2FUNCS_EXTRA = $(srcdir)/config/udivmod.c $(srcdir)/config/divmod.c $(srcdir)/config/udivmodsi4.c $(srcdir)/config/iq2000/lib2extra-funcs.c
11
12 # We want fine grained libraries, so use the new code to build the
13 # floating point emulation libraries.
14 FPBIT = fp-bit.c
15 DPBIT = dp-bit.c
16
17 fp-bit.c: $(srcdir)/config/fp-bit.c
18         echo '#define FLOAT'                            > fp-bit.c
19         cat $(srcdir)/config/fp-bit.c                   >> fp-bit.c
20
21 dp-bit.c: $(srcdir)/config/fp-bit.c
22         cat $(srcdir)/config/fp-bit.c > dp-bit.c
23
24 # Enable the following if multilibs are needed.
25 # See gcc/genmultilib, gcc/gcc.texi and gcc/tm.texi for a
26 # description of the options and their values.
27 #
28 # MULTILIB_OPTIONS    = 
29 # MULTILIB_DIRNAMES   = 
30 # MULTILIB_MATCHES    =
31 # MULTILIB_EXCEPTIONS =
32 # MULTILIB_EXTRA_OPTS = 
33 #
34 # LIBGCC = stmp-multilib
35 # INSTALL_LIBGCC = install-multilib
36