Index: uspace/lib/softfloat/Makefile
===================================================================
--- uspace/lib/softfloat/Makefile	(revision 241608526d1512eb2560c3f5334e71180744c043)
+++ uspace/lib/softfloat/Makefile	(revision 53c8d12b7aeb262a2ee3fa75123776f8514862d5)
@@ -30,4 +30,5 @@
 USPACE_PREFIX = ../..
 LIBRARY = libsoftfloat
+MATH = y
 
 SOURCES = \
@@ -39,6 +40,5 @@
 	mul.c \
 	comparison.c \
-	conversion.c \
-	other.c
+	conversion.c
 
 include $(USPACE_PREFIX)/Makefile.common
