summaryrefslogtreecommitdiff
path: root/gcc/config/fr30
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-10-03 20:14:14 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-10-03 20:14:14 +0000
commit0b49e5ecd4be11158a1ccb79acf5ba4e4f0a67a7 (patch)
tree40e68322ffc2583bdf8daa2e20974e2b2d883122 /gcc/config/fr30
parent76a248697516cab85361352ea7a8c62dac90a213 (diff)
downloadgcc-0b49e5ecd4be11158a1ccb79acf5ba4e4f0a67a7.tar.gz
* t-fr30 (LIB2FUNCS_EXTRA): Remove definition.
(FPBIT, DPBIT): Define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29787 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/fr30')
-rw-r--r--gcc/config/fr30/t-fr308
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/fr30/t-fr30 b/gcc/config/fr30/t-fr30
index 46387d8334d..69df6de22f1 100644
--- a/gcc/config/fr30/t-fr30
+++ b/gcc/config/fr30/t-fr30
@@ -17,10 +17,10 @@ crti.o: $(srcdir)/config/fr30/crti.asm $(GCC_PASSES)
crtn.o: $(srcdir)/config/fr30/crtn.asm $(GCC_PASSES)
$(GCC_FOR_TARGET) -c -o crtn.o -x assembler $(srcdir)/config/fr30/crtn.asm
-# 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
# If any special flags are necessary when building libgcc2 put them here.
#