diff --git a/tools/worldbuild.lisp b/tools/worldbuild.lisp index 24bbc26aff2fcb4f0bec5c1da2e43914d8a90384..3a5fbe99825af8007b2981b67510b2097e8389e7 100644 --- a/tools/worldbuild.lisp +++ b/tools/worldbuild.lisp @@ -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.14 1992/07/28 22:08:19 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldbuild.lisp,v 1.15 1992/07/28 22:13:07 wlott Exp $") ;;; ;;; ********************************************************************** ;;; @@ -16,7 +16,10 @@ (in-package "LISP") -(unless (fboundp 'genesis) (load "target:compiler/generic/genesis")) +(unless (fboundp 'genesis) + (if (c:target-featurep '(or :hppa :x86 :pmax)) + (load "target:compiler/generic/new-genesis") + (load "target:compiler/generic/genesis"))) (defparameter lisp-files `(,@(when (c:backend-featurep :pmax)