From 359ce7259e784a5dc7db4209fddb75dd4b7b2d82 Mon Sep 17 00:00:00 2001
From: hallgren <hallgren>
Date: Mon, 6 Jun 1994 00:05:45 +0000
Subject: [PATCH] Changed to compile irix-os.lisp when :irix is a
 backend-featurep.

---
 tools/worldcom.lisp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tools/worldcom.lisp b/tools/worldcom.lisp
index 2d6b01ac0..fad53b97a 100644
--- a/tools/worldcom.lisp
+++ b/tools/worldcom.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldcom.lisp,v 1.68 1994/05/22 20:03:05 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldcom.lisp,v 1.69 1994/06/06 00:05:45 hallgren Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -145,6 +145,8 @@
   (comf "target:code/hpux-os"))
 (when (c:backend-featurep :osf1)
   (comf "target:code/osf1-os"))
+(when (c:backend-featurep :irix)
+  (comf "target:code/irix-os"))
 
 (when (c:backend-featurep :pmax)
   (comf "target:code/pmax-vm"))
-- 
GitLab