Index: uspace/app/binutils/Makefile
===================================================================
--- uspace/app/binutils/Makefile	(revision de576907ef188885d5dde9429c93bb8eb0d2b65b)
+++ uspace/app/binutils/Makefile	(revision 343d0da12de34cb0902da3cee68dc0503a367518)
@@ -67,5 +67,5 @@
 
 # Patched Makefile.common for ported user space applications.
-include $(COMMON_MAKEFILE_PATCHED)
+-include $(COMMON_MAKEFILE_PATCHED)
 
 # Patch $PATH to intercept toolchain calls.
@@ -95,4 +95,7 @@
 # without including headers (which means that symbols are not prefixed).
 CONFOBJ_OBJECT = $(subst $(space),\ ,$(shell pwd))/confobj.o
+
+# Required by libposix on RISC platforms.
+BASE_LIBS += $(LIBSOFTFLOAT_PREFIX)/libsoftfloat.a
 
 # Map the HelenOS target to binutils target.
