X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=build-order.lisp-expr;h=7e8962f9c5e63e177b629195ab00357d5f11776d;hb=f22ad70037030c07074327cf239bd84dc17b44b6;hp=29cf8caf57ec841ad2327c73fd5e8d4950b0f0d0;hpb=0a7604d54581d2c846838c26ce6a7993629586fa;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index 29cf8ca..7e8962f 100644 --- a/build-order.lisp-expr +++ b/build-order.lisp-expr @@ -43,6 +43,8 @@ ;; for everything. ("src/code/early-source-location") + ("src/code/early-constants") + ;; This comes early because the cross-compilation host's backquote ;; logic can expand into something which can't be executed on the ;; target Lisp (e.g. in CMU CL where it expands into internal @@ -277,6 +279,7 @@ ("src/code/error-error" :not-host) ; needs WITH-STANDARD-IO-SYNTAX macro + ("src/code/deadline" :not-host) ("src/code/serve-event" :not-host) ("src/code/fd-stream" :not-host) @@ -346,7 +349,7 @@ ;; for e.g. DESCRIPTOR-REG, needed by primtype.lisp ("src/compiler/target/vm") - + ("src/code/xset") ;; for e.g. SPECIFIER-TYPE, needed by primtype.lisp ("src/code/early-type") @@ -514,7 +517,6 @@ ("src/compiler/typetran") ("src/compiler/generic/vm-typetran") ("src/compiler/float-tran") - ("src/compiler/integer-tran") ("src/compiler/saptran") ("src/compiler/srctran") ("src/compiler/generic/vm-tran")