X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=build-order.lisp-expr;h=55a52cfc8a0ac2170a5549ea8cebc1d20be9d1fd;hb=d59fb0b06768732835bf45638fbc04f516b9ae9b;hp=4b8fbb7e8d95fda6080d550d5aee7a6cef82083e;hpb=77c80b85dc9ae9bde0692d4193187bfca507b936;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index 4b8fbb7..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) @@ -334,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 @@ -375,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 @@ -398,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")