X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=build-order.lisp-expr;h=09b11112165274507745bda9aeb9c87262a68532;hb=e0a4fab15834525fd043e6ef5adfd74a13af1450;hp=9b30bf11a8f55ec514498bade359ee52fde8747f;hpb=0d5ff04e2ced1cbb2979dd1a7fcfd7ba3d6da7c1;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index 9b30bf1..09b1111 100644 --- a/build-order.lisp-expr +++ b/build-order.lisp-expr @@ -277,6 +277,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) @@ -497,6 +498,7 @@ ("src/compiler/dump") ("src/compiler/main") ; needs DEFSTRUCT FASL-OUTPUT from dump.lisp + ("src/compiler/xref") ("src/code/source-location") ("src/compiler/target-main" :not-host) ("src/compiler/ir1tran") @@ -694,6 +696,10 @@ #!+sb-unicode ("src/code/external-formats/mb-util" :not-host) #!+sb-unicode + ("src/code/external-formats/enc-cn-tbl" :not-host) + #!+sb-unicode + ("src/code/external-formats/enc-cn" :not-host) + #!+sb-unicode ("src/code/external-formats/enc-jpn-tbl" :not-host) #!+sb-unicode ("src/code/external-formats/enc-jpn" :not-host)