summaryrefslogtreecommitdiff
path: root/gcc/config/a29k/t-a29kbare
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/a29k/t-a29kbare')
-rw-r--r--gcc/config/a29k/t-a29kbare8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/a29k/t-a29kbare b/gcc/config/a29k/t-a29kbare
index 21ba24f86e8..c6702348d14 100644
--- a/gcc/config/a29k/t-a29kbare
+++ b/gcc/config/a29k/t-a29kbare
@@ -4,10 +4,10 @@ CROSS_LIBGCC1 =
# We need crt0.o.
LIBGCC1_TEST =
-# 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
cat $(srcdir)/config/fp-bit.c > dp-bit.c