diff options
Diffstat (limited to 'gcc/config/v850/t-v850')
-rw-r--r-- | gcc/config/v850/t-v850 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/v850/t-v850 b/gcc/config/v850/t-v850 index 12af46b5037..290d28b4441 100644 --- a/gcc/config/v850/t-v850 +++ b/gcc/config/v850/t-v850 @@ -33,10 +33,10 @@ LIB1ASMFUNCS = _mulsi3 \ _save_all_interrupt -# These are really part of libgcc1, but this will cause them to be -# built correctly, so... - -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 __LITTLE_ENDIAN__' > dp-bit.c |