1 # Suppress building libgcc1.a, since the MIPS compiler port is complete
2 # and does not need anything from libgcc1.a.
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
10 LIB2FUNCS_EXTRA = $(srcdir)/config/udivmod.c $(srcdir)/config/divmod.c $(srcdir)/config/udivmodsi4.c $(srcdir)/config/iq2000/lib2extra-funcs.c
12 # We want fine grained libraries, so use the new code to build the
13 # floating point emulation libraries.
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
21 dp-bit.c: $(srcdir)/config/fp-bit.c
22 cat $(srcdir)/config/fp-bit.c > dp-bit.c
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.
31 # MULTILIB_EXCEPTIONS =
32 # MULTILIB_EXTRA_OPTS =
34 # LIBGCC = stmp-multilib
35 # INSTALL_LIBGCC = install-multilib