Index: uspace/lib/softfloat/Makefile
===================================================================
--- uspace/lib/softfloat/Makefile	(revision 241608526d1512eb2560c3f5334e71180744c043)
+++ uspace/lib/softfloat/Makefile	(revision e3c960e1bdab0baa0afb2fefa5847dedc0fac870)
@@ -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
