From b5e542b525f5431afd13933c68b625dcff39d386 Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Wed, 21 Jul 2010 13:32:25 +0000
Subject: [PATCH] Push :executable feature for sparc.  This now works on sparc,
 at last.

---
 bootfiles/20a/boot-2010-07-1.lisp | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/bootfiles/20a/boot-2010-07-1.lisp b/bootfiles/20a/boot-2010-07-1.lisp
index 4a765fc2a..ce06e1ee8 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*)
-- 
GitLab