Skip to content
Snippets Groups Projects
Commit 43a10e65 authored by dtc's avatar dtc
Browse files

Compile code/multi-proc.lisp and build it into the core.

parent 5256503f
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/worldbuild.lisp,v 1.35 1997/01/18 14:31:46 ram Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldbuild.lisp,v 1.36 1997/09/24 06:19:06 dtc Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -153,6 +153,9 @@
"target:code/debug-info"
"target:code/debug-int"
"target:code/debug"
,@(when (c:backend-featurep :mp)
'("target:code/multi-proc"))
))
(setf *genesis-core-name*
......
......@@ -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.72 1997/01/18 14:31:46 ram Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldcom.lisp,v 1.73 1997/09/24 06:19:05 dtc Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -254,6 +254,9 @@
(comf "target:code/remote")
(comf "target:code/cmu-site")
(when (c:backend-featurep :mp)
(comf "target:code/multi-proc"))
(comf "target:code/setf-funs")
(comf "target:code/exports" :proceed t)
......
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