X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=build-order.lisp-expr;h=9b30bf11a8f55ec514498bade359ee52fde8747f;hb=0d5ff04e2ced1cbb2979dd1a7fcfd7ba3d6da7c1;hp=6109208c478f58c0734edb96d0889e4566fc749d;hpb=b66385e2031fc2cac17dd129df0af400beb48a22;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index 6109208..9b30bf1 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) @@ -691,7 +692,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)