about summary refs log tree commit diff
path: root/soft-fp
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp')
-rw-r--r--soft-fp/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/soft-fp/Makefile b/soft-fp/Makefile
index c4cfbaa4e9..7b7e0edda6 100644
--- a/soft-fp/Makefile
+++ b/soft-fp/Makefile
@@ -35,6 +35,9 @@ gcc-quad-routines := negtf2 addtf3 subtf3 multf3 divtf3 eqtf2 \
 	trunctfdf2 sqrttf2
 
 distribute := double.h op-1.h op-2.h op-4.h op-common.h quad.h \
-	single.h soft-fp.h extended.h ChangeLog Banner configure
+	single.h soft-fp.h extended.h ChangeLog Banner configure \
+	$(addsuffix .c,$(gcc-single-routines)) \
+	$(addsuffix .c,$(gcc-double-routines)) \
+	$(addsuffix .c,$(gcc-quad-routines))
 
 include ../Rules