diff --git a/bootfiles/20a/boot-2010-07-1.lisp b/bootfiles/20a/boot-2010-07-1.lisp
index 4a765fc2a699671f39d284a2517d6ae11b0b6c35..ce06e1ee8637cfc82b79ed402379f1925efbb666 100644
--- a/bootfiles/20a/boot-2010-07-1.lisp
+++ b/bootfiles/20a/boot-2010-07-1.lisp
@@ -32,3 +32,7 @@
      ,@body
      (intl:textdomain ,old-domain)))
 )
+
+;; Executable feature works on sparc!
+#+sparc
+(pushnew :executable *features*)