diff options
Diffstat (limited to 'gcc/config/mips/t-ecoff')
-rw-r--r-- | gcc/config/mips/t-ecoff | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config/mips/t-ecoff b/gcc/config/mips/t-ecoff index 8de03ffd758..55855a0ed85 100644 --- a/gcc/config/mips/t-ecoff +++ b/gcc/config/mips/t-ecoff @@ -32,7 +32,10 @@ TARGET_LIBGCC2_CFLAGS = -G 0 # fp-bit and dp-bit are really part of libgcc1, but this will cause # them to be built correctly, so... [taken from t-sparclite] -LIB2FUNCS_EXTRA = fp-bit.c dp-bit.c +# We want fine grained libraries, so use the new code to build the +# floating point emulation libraries. +FPBIT = fp-bit.c +DPBIT = dp-bit.c dp-bit.c: $(srcdir)/config/fp-bit.c echo '#ifdef __MIPSEL__' > dp-bit.c |