X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=build-order.lisp-expr;h=a3d2ec0068794c00fad35ef547d29d379ccdecd1;hb=cb83aa22932bf4b9bc74ac6f0fcd91db1702ad33;hp=6109208c478f58c0734edb96d0889e4566fc749d;hpb=f4820c2cd6eb6af8f21312e2e2ca19af42de4be6;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index 6109208..a3d2ec0 100644 --- a/build-order.lisp-expr +++ b/build-order.lisp-expr @@ -215,6 +215,7 @@ ("src/code/string" :not-host) ("src/code/mipsstrops" :not-host) + ("src/code/early-time" :not-host) ("src/code/unix" :not-host) #!+win32 ("src/code/win32" :not-host) #!+mach ("src/code/mach" :not-host) @@ -496,6 +497,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") @@ -691,7 +693,11 @@ #!+sb-unicode ("src/code/external-formats/enc-win" :not-host) #!+sb-unicode - ("src/code/external-formats/eucjp" :not-host) + ("src/code/external-formats/mb-util" :not-host) + #!+sb-unicode + ("src/code/external-formats/enc-jpn-tbl" :not-host) + #!+sb-unicode + ("src/code/external-formats/enc-jpn" :not-host) #!+sb-unicode ("src/code/external-formats/ucs-2" :not-host)