X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=build-order.lisp-expr;h=7d8203341e2c223fe922ab0dd0b49fb5664445dd;hb=3277bf7fd150b594708ae1227a428aa5ad945f71;hp=1c85be493a7fdee228cf1481838ae542ad9be9f6;hpb=2f3c0044ba37b2b33ab60b283e4612aa1ba643eb;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index 1c85be4..7d82033 100644 --- a/build-order.lisp-expr +++ b/build-order.lisp-expr @@ -133,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") @@ -452,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") @@ -469,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") @@ -537,6 +546,7 @@ ;; x pressing problems. Someday, though, it would be nice to figure out ;; x what the problem is and fix it. #!+(or ppc sparc) :ignore-failure-p) + ("src/code/cross-modular" :not-target) ("src/compiler/target/subprim") ("src/compiler/target/debug") @@ -625,6 +635,7 @@ ("src/code/save" :not-host) ; uses the definition of PATHNAME ; from "code/pathname" ("src/code/sharpm" :not-host) ; uses stuff from "code/reader" + ("src/code/alloc" :not-host) #!+sb-thread ("src/code/target-thread" :not-host) @@ -641,6 +652,8 @@ ("src/code/debug" :not-host) + ("src/code/octets" :not-host) + ;; The code here can't be compiled until CONDITION and ;; DEFINE-CONDITION are defined and SB!DEBUG:*STACK-TOP-HINT* is ;; declared special.