Skip to content
Snippets Groups Projects
Commit b1cf6a55 authored by wlott's avatar wlott
Browse files

gengc mods

parent d123ad8b
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.20 1993/03/01 19:07:50 ram Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldbuild.lisp,v 1.21 1993/05/21 18:44:45 wlott Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -87,7 +87,11 @@ ...@@ -87,7 +87,11 @@
"target:code/string" "target:code/string"
"target:code/mipsstrops" "target:code/mipsstrops"
"target:code/misc" "target:code/misc"
"target:code/gc" ,@(unless (c:backend-featurep :gengc)
'("target:code/gc"))
,@(when (c:backend-featurep :gengc)
'("target:code/gengc"
"target:code/scavhook"))
"target:code/save" "target:code/save"
"target:code/extensions" "target:code/extensions"
"target:code/alieneval" "target:code/alieneval"
......
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