X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=build-order.lisp-expr;h=0bab9bc22505d506288d15fbb190cc4f7618f962;hb=423b1f8cba83d16e57e852a51cf5d51ef709b2ed;hp=c31d5184334a38af6cdb1c09782b326fc5fe223f;hpb=436b2ab0276f547e8537b6c1fb52b11fa1f53975;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index c31d518..0bab9bc 100644 --- a/build-order.lisp-expr +++ b/build-order.lisp-expr @@ -204,6 +204,7 @@ ;; This needs DEFINE-ALIEN-ROUTINE from target-alieneval. ("src/code/misc-aliens" :not-host) + ("src/compiler/generic/vm-array") ("src/code/array" :not-host) ("src/code/early-float" :not-host) ("src/code/target-sxhash" :not-host) ; needs most-fooative-foo-float constants @@ -359,7 +360,6 @@ ;; 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 @@ -518,6 +518,7 @@ ("src/compiler/float-tran") ("src/compiler/saptran") ("src/compiler/srctran") + ("src/compiler/bitops-derive-type") ("src/compiler/generic/vm-tran") ("src/compiler/locall") ("src/compiler/dfo") @@ -573,7 +574,7 @@ ;; x compilation, for now we blithely ignore them and press on to more ;; x pressing problems. Someday, though, it would be nice to figure out ;; x what the problem is and fix it. - #!+(or ppc sparc) :ignore-failure-p) + #!+(or ppc) :ignore-failure-p) ("src/code/cross-modular" :not-target) ("src/compiler/target/subprim")