Skip to content
Snippets Groups Projects
Commit efdf117f authored by hallgren's avatar hallgren
Browse files

Changed to load irix-os when :irix is a backend-featurep.

parent 359ce725
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (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 @@ ...@@ -116,6 +116,8 @@
'("target:code/hpux-os")) '("target:code/hpux-os"))
,@(when (c:backend-featurep :osf1) ,@(when (c:backend-featurep :osf1)
'("target:code/osf1-os")) '("target:code/osf1-os"))
,@(when (c:backend-featurep :irix)
'(:target:code/irix-os"))
"target:code/serve-event" "target:code/serve-event"
"target:code/stream" "target:code/stream"
"target:code/fd-stream" "target:code/fd-stream"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment