X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=build-order.lisp-expr;h=a53bf78bd7a2ec6b3a943f3de8dc1246d028438b;hb=a8f0175b16a00f5fc83eb8d8a718ae7fc5497514;hp=613951e158e132d439822dfd9270aad9366f2cad;hpb=a10eba73462a7203914114f3a4bdac98c741ec08;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index 613951e..a53bf78 100644 --- a/build-order.lisp-expr +++ b/build-order.lisp-expr @@ -162,7 +162,7 @@ ("src/code/target-c-call" :not-host) ("src/code/target-allocate" :not-host) - ;; This needs DEF-ALIEN-ROUTINE from target-alieneval. + ;; This needs DEFINE-ALIEN-ROUTINE from target-alieneval. ("src/code/misc-aliens" :not-host) ("src/code/array" :not-host) @@ -299,8 +299,8 @@ ;; for e.g. SPECIFIER-TYPE, needed by primtype.lisp ("src/code/early-type") - ;; FIXME: Classic CMU CL had SAFETY 2 DEBUG 2 set around the compilation - ;; of "code/class". Why? + ;; FIXME: Classic CMU CL had (OPTIMIZE (SAFETY 2) (DEBUG 2) declared + ;; around the compilation of "code/class". Why? ("src/code/class") ;; The definition of CONDITION-CLASS depends on SLOT-CLASS, defined @@ -317,7 +317,7 @@ ;; for DEFSTRUCT ALIEN-TYPE, needed by host-type.lisp ("src/code/host-alieneval") - ;; can't be done until definition of e.g. DEF-ALIEN-TYPE-CLASS in + ;; can't be done until definition of e.g. DEFINE-ALIEN-TYPE-CLASS in ;; host-alieneval.lisp ("src/code/host-c-call") @@ -582,7 +582,7 @@ ("src/code/bit-bash" :not-host) ; needs %NEGATE from assembly/target/arith - ("src/code/target-load" :not-host) ; needs specials from code/load.lisp + ("src/code/target-load" :not-host) ; needs special vars from code/load.lisp ;; FIXME: Does this really need stuff from compiler/dump.lisp? ("src/compiler/target-dump" :not-host) ; needs stuff from compiler/dump.lisp