X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=build-order.lisp-expr;h=f923961705f40db5326bc601f12fbd95bcc260ba;hb=8a97cca4411b211a5d4be617bb179e3f53a61f31;hp=69d1547952c83d06741dbf560012b37066c18ca5;hpb=e8607908388c96db633bb7046a4b97844642768b;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index 69d1547..f923961 100644 --- a/build-order.lisp-expr +++ b/build-order.lisp-expr @@ -39,6 +39,10 @@ ;; This comes early because it's useful for debugging everywhere. ("src/code/show") + ;; This comes as early as possible, so that we catch the source locations + ;; for everything. + ("src/code/early-source-location") + ;; This comes early because the cross-compilation host's backquote ;; logic can expand into something which can't be executed on the ;; target Lisp (e.g. in CMU CL where it expands into internal @@ -277,6 +281,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) @@ -473,6 +478,7 @@ ("src/compiler/dump") ("src/compiler/main") ; needs DEFSTRUCT FASL-OUTPUT from dump.lisp + ("src/code/source-location") ("src/compiler/target-main" :not-host) ("src/compiler/ir1tran") ("src/compiler/ir1tran-lambda") @@ -652,9 +658,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/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/koi8-r" :not-host) + ("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