X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=build-order.lisp-expr;h=f8372526ae4414235296b57fca185386a8313b1b;hb=99a8f9e012fd2b5edc9a0927edfc537332081997;hp=cf688577ff5398b894dc8a01f72f77b5bf21c370;hpb=d442c23da9851beac541b8bddfc2c0837cb87309;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index cf68857..f837252 100644 --- a/build-order.lisp-expr +++ b/build-order.lisp-expr @@ -686,6 +686,7 @@ ("src/code/debug" :not-host) ("src/code/octets" :not-host) + ("src/code/external-formats/enc-basic" :not-host) ("src/code/external-formats/enc-ebcdic" :not-host) #!+sb-unicode ("src/code/external-formats/enc-cyr" :not-host) @@ -706,7 +707,7 @@ #!+sb-unicode ("src/code/external-formats/enc-jpn" :not-host) #!+sb-unicode - ("src/code/external-formats/ucs-2" :not-host) + ("src/code/external-formats/enc-ucs" :not-host) ;; The code here can't be compiled until CONDITION and ;; DEFINE-CONDITION are defined and SB!DEBUG:*STACK-TOP-HINT* is