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

Added support to compile code/hpux-os.lisp under hpux.

parent b03fe37e
No related branches found
No related tags found
No related merge requests found
......@@ -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.53 1993/05/20 13:59:20 wlott Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldcom.lisp,v 1.54 1993/07/03 23:17:43 hallgren Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -120,6 +120,8 @@
(comf "target:code/mach-os"))
(when (c:backend-featurep :sunos)
(comf "target:code/sunos-os"))
(when (c:backend-featurep :hpux)
(comf "target:code/hpux-os"))
(when (c:backend-featurep :pmax)
(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