X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=build-order.lisp-expr;h=0cdd20b6d003b9083eba3459ec294065f8ef1289;hb=095564c28a259002c7e34fd1d861f5bbd0a959b6;hp=0274a1de782a2a04e52d7fa7198c5473ba6493c4;hpb=7646aefa188758e2892fea2ad02be4f29b3938f2;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index 0274a1d..0cdd20b 100644 --- a/build-order.lisp-expr +++ b/build-order.lisp-expr @@ -81,6 +81,7 @@ ("src/code/cross-sap" :not-target) ("src/code/cross-thread" :not-target) ("src/code/cross-make-load-form" :not-target) + ("src/code/cross-condition" :not-target) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; stuff needed early both in cross-compilation host and in target Lisp @@ -132,6 +133,9 @@ ("src/code/target-extensions" :not-host) + ;; Needed before the first use of WITH-SINGLE-PACKAGE-LOCKED-ERROR. + ("src/code/early-package" :not-host) + ("src/code/early-defstructs" :not-host) ; gotta-be-first DEFSTRUCTs ("src/code/defbangstruct") @@ -451,6 +455,10 @@ ("src/code/thread") ("src/code/load") + #!+linkage-table ("src/code/linkage-table" :not-host) + #!+os-provides-dlopen ("src/code/foreign-load" :not-host) + ("src/code/foreign") + ("src/code/fop") ; needs macros from code/load.lisp ("src/compiler/ctype") @@ -468,9 +476,11 @@ ("src/compiler/ir1tran") ("src/compiler/ir1tran-lambda") ("src/compiler/ir1-translators") + ("src/compiler/ir1-step") ("src/compiler/ir1util") ("src/compiler/ir1report") ("src/compiler/ir1opt") + ("src/compiler/loop") ("src/compiler/ir1final") ("src/compiler/array-tran")