X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=build-order.lisp-expr;h=380b26acdd251d4406ac1307f7aa77be71b0532c;hb=5502b6348a7471021b39b926a2b9d2b457f5ca62;hp=69d1547952c83d06741dbf560012b37066c18ca5;hpb=e8607908388c96db633bb7046a4b97844642768b;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index 69d1547..380b26a 100644 --- a/build-order.lisp-expr +++ b/build-order.lisp-expr @@ -277,6 +277,7 @@ ("src/code/sort" :not-host) ("src/code/time" :not-host) + ("src/code/timer" :not-host) ("src/code/weak" :not-host) ("src/code/final" :not-host) @@ -652,9 +653,15 @@ ("src/code/octets" :not-host) #!+sb-unicode - ("src/code/eucjp" :not-host) + ("src/code/external-formats/enc-cyr" :not-host) #!+sb-unicode - ("src/code/koi8-r" :not-host) + ("src/code/external-formats/enc-dos" :not-host) + #!+sb-unicode + ("src/code/external-formats/enc-iso" :not-host) + #!+sb-unicode + ("src/code/external-formats/enc-win" :not-host) + #!+sb-unicode + ("src/code/external-formats/eucjp" :not-host) ;; The code here can't be compiled until CONDITION and ;; DEFINE-CONDITION are defined and SB!DEBUG:*STACK-TOP-HINT* is