X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=build-order.lisp-expr;h=f15a23858f3126b39b951dc716d19e544e18b6ae;hb=729ce57914183b7443e97544734cebe8198ae4cb;hp=af5c47214fc337ab652480b585a900ed5d6d73da;hpb=b31eab5875e8058a2fdfcb879e23c2724d25a278;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index af5c472..f15a238 100644 --- a/build-order.lisp-expr +++ b/build-order.lisp-expr @@ -119,7 +119,7 @@ ("src/code/parse-defmacro") ; on host for PARSE-DEFMACRO ("src/compiler/deftype") ; on host for SB!XC:DEFTYPE ("src/compiler/defconstant") - ("src/code/early-alieneval") ; for vars needed both at build and run time + ("src/code/early-alieneval") ; for funs and vars needed at build and run time ("src/code/specializable-array") @@ -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")