X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=build-order.lisp-expr;h=043e4494a24fbc10099c52af447fcfb414d323d8;hb=58084279740fc96c6ffcd14e86dca73b71b7c288;hp=7157f6a04b35cc082341de5829844ee0d46a2557;hpb=c5df202d52732a0dea8dc3558954a729073b7970;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index 7157f6a..043e449 100644 --- a/build-order.lisp-expr +++ b/build-order.lisp-expr @@ -73,6 +73,7 @@ ;;; supplied by basic machinery ("src/code/cross-misc" :not-target) + ("src/code/cross-char" :not-target) ("src/code/cross-byte" :not-target) ("src/code/cross-float" :not-target) ("src/code/cross-io" :not-target) @@ -453,6 +454,7 @@ ("src/compiler/main") ; needs DEFSTRUCT FASL-OUTPUT from dump.lisp ("src/compiler/target-main" :not-host) ("src/compiler/ir1tran") + ("src/compiler/ir1tran-lambda") ("src/compiler/ir1-translators") ("src/compiler/ir1util") ("src/compiler/ir1report")