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

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

parent 54b7c0fb
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/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 @@ ...@@ -145,6 +145,8 @@
(comf "target:code/hpux-os")) (comf "target:code/hpux-os"))
(when (c:backend-featurep :osf1) (when (c:backend-featurep :osf1)
(comf "target:code/osf1-os")) (comf "target:code/osf1-os"))
(when (c:backend-featurep :irix)
(comf "target:code/irix-os"))
(when (c:backend-featurep :pmax) (when (c:backend-featurep :pmax)
(comf "target:code/pmax-vm")) (comf "target:code/pmax-vm"))
......
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