diff options
Diffstat (limited to 'gcc/config/mips/t-elf')
-rw-r--r-- | gcc/config/mips/t-elf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config/mips/t-elf b/gcc/config/mips/t-elf index dd01b7fd4a7..416e39a7ba0 100644 --- a/gcc/config/mips/t-elf +++ b/gcc/config/mips/t-elf @@ -36,7 +36,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 |