X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=build-order.lisp-expr;h=55a52cfc8a0ac2170a5549ea8cebc1d20be9d1fd;hb=22c1de0a40df83bb5628974010a879cb2c17ff53;hp=28b3f1df843a4cbdd148ba257f71da32206aee12;hpb=9767de1cecfe50560fe1da69fd458b6148a66da3;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index 28b3f1d..55a52cf 100644 --- a/build-order.lisp-expr +++ b/build-order.lisp-expr @@ -73,6 +73,7 @@ ;;; supplied by basic machinery ("src/code/cross-misc" :not-target) + ("src/code/cross-char" :not-target) ("src/code/cross-byte" :not-target) ("src/code/cross-float" :not-target) ("src/code/cross-io" :not-target) @@ -376,6 +377,8 @@ ("src/code/cross-type" :not-target) ("src/compiler/generic/vm-type") ("src/compiler/proclaim") + + ("src/code/class-init") ("src/code/typecheckfuns") ;; The DEFSTRUCT machinery needs SB!XC:SUBTYPEP, defined in @@ -399,11 +402,10 @@ ("src/compiler/compiler-error") ("src/code/type-init") - ;; Now that the type system is initialized, fix up UNKNOWN types that ;; have crept in. ("src/compiler/fixup-type") - + ;; These define target types needed by fndb.lisp. ("src/code/package") ("src/code/random")