diff options
Diffstat (limited to 'gcc/config/arm/t-bare')
-rw-r--r-- | gcc/config/arm/t-bare | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/arm/t-bare b/gcc/config/arm/t-bare index 85e6a301aa7..71062ee9458 100644 --- a/gcc/config/arm/t-bare +++ b/gcc/config/arm/t-bare @@ -2,10 +2,10 @@ CROSS_LIBGCC1 = libgcc1-asm.a LIB1ASMSRC = arm/lib1funcs.asm LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_tls -# 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 fp-bit.c: $(srcdir)/config/fp-bit.c echo '#define FLOAT' > fp-bit.c |