X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=build-order.lisp-expr;h=7d8203341e2c223fe922ab0dd0b49fb5664445dd;hb=af260d6fe0473cead85f2994bde61189ed58d3f2;hp=441e75729693bf37532f1a595bc956af68a87e19;hpb=8a8a8922802460741d6f8f6c11d71b1f414cf3a7;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index 441e757..7d82033 100644 --- a/build-order.lisp-expr +++ b/build-order.lisp-expr @@ -480,6 +480,7 @@ ("src/compiler/ir1util") ("src/compiler/ir1report") ("src/compiler/ir1opt") + ("src/compiler/loop") ("src/compiler/ir1final") ("src/compiler/array-tran") @@ -545,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") @@ -633,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) @@ -649,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.