From 6f5950a4489920630b994ef8646dc2488d7336ca Mon Sep 17 00:00:00 2001
From: hallgren <hallgren>
Date: Thu, 16 Jun 1994 00:08:52 +0000
Subject: [PATCH] Added sgi support.

---
 tools/setup.lisp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/setup.lisp b/tools/setup.lisp
index 2639ff9d3..5ce4dab76 100644
--- a/tools/setup.lisp
+++ b/tools/setup.lisp
@@ -212,6 +212,7 @@
 	  ((c:target-featurep :sparc) "sparc/")
 	  ((c:target-featurep :x86) "x86/")
 	  ((c:target-featurep :alpha) "alpha/")
+	  ((c:target-featurep :sgi) "mips/")
 	  (t
 	   (error "What machine is this?")))
     (make-pathname :directory (pathname-directory f)))))
-- 
GitLab