X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=build-order.lisp-expr;h=90f5307328beafa7d535e7d319330439a196a8b8;hb=862491df05edbbfa9a5fe145d334f202e9e3758c;hp=3d7eb1ecb8077ce8b0aad37cb9c90d8f86c1cca2;hpb=75b52379bdc2269961af6a1308eca63610f38ac3;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index 3d7eb1e..90f5307 100644 --- a/build-order.lisp-expr +++ b/build-order.lisp-expr @@ -476,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") @@ -648,6 +650,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.