X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=build-order.lisp-expr;h=55a52cfc8a0ac2170a5549ea8cebc1d20be9d1fd;hb=403bacffd903f8c5787a182f4133cffc69b55dc0;hp=043e4494a24fbc10099c52af447fcfb414d323d8;hpb=2768ed83de59354b21ea61de3dea358c53d1ae05;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index 043e449..55a52cf 100644 --- a/build-order.lisp-expr +++ b/build-order.lisp-expr @@ -335,6 +335,7 @@ ;; in class.lisp. ("src/code/condition" :not-host) + ("src/compiler/generic/vm-array") ("src/compiler/generic/primtype") ;; the implementation of the compiler-affecting part of forms like @@ -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,6 +402,9 @@ ("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")