From efdf117f06d70a968490015165a03ecf7d2601ec Mon Sep 17 00:00:00 2001 From: hallgren <hallgren> Date: Mon, 6 Jun 1994 00:06:53 +0000 Subject: [PATCH] Changed to load irix-os when :irix is a backend-featurep. --- tools/worldbuild.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/worldbuild.lisp b/tools/worldbuild.lisp index acb5a7ac5..aa65f2853 100644 --- a/tools/worldbuild.lisp +++ b/tools/worldbuild.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/worldbuild.lisp,v 1.31 1994/05/22 20:29:15 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldbuild.lisp,v 1.32 1994/06/06 00:06:53 hallgren Exp $") ;;; ;;; ********************************************************************** ;;; @@ -116,6 +116,8 @@ '("target:code/hpux-os")) ,@(when (c:backend-featurep :osf1) '("target:code/osf1-os")) + ,@(when (c:backend-featurep :irix) + '(:target:code/irix-os")) "target:code/serve-event" "target:code/stream" "target:code/fd-stream" -- GitLab