X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=stems-and-flags.lisp-expr;h=12a59460a7edb0cffe8cb4b7f2e069a3131ee023;hb=a18f0a95bc9a457e4d2d00c702b746f29c2662b1;hp=15db07e89ff3cf90a596c36c85b9bfa17c4a2584;hpb=143edab8d233c784cde14bce6c5165219ea84bf4;p=sbcl.git diff --git a/stems-and-flags.lisp-expr b/stems-and-flags.lisp-expr index 15db07e..12a5946 100644 --- a/stems-and-flags.lisp-expr +++ b/stems-and-flags.lisp-expr @@ -172,6 +172,8 @@ ("code/target-c-call" :not-host) ("code/target-allocate" :not-host) + ("code/misc-aliens" :not-host) ; needs DEF-ALIEN-ROUTINE from target-alieneval + ("code/array" :not-host) ("code/target-sxhash" :not-host) @@ -213,7 +215,8 @@ ("code/float" :not-host) ("code/irrat" :not-host) - ("code/char" :not-host) + ("code/char") + ("code/target-char" :not-host) ("code/target-misc" :not-host) ("code/misc") @@ -569,8 +572,8 @@ ;; stuff for byte compilation. Note that although byte code is ;; "portable", it'd be hard to make it work on the cross-compilation ;; host, because fundamental BYTE-FUNCTION-OR-CLOSURE types are - ;; implemented as FUNCALLABLE-INSTANCEs, and it's - ;; not obvious how to make those portable. + ;; implemented as FUNCALLABLE-INSTANCEs, and it's not obvious + ;; how to emulate those in a vanilla ANSI Common Lisp. ("code/byte-types" :not-host) ("compiler/byte-comp") ("compiler/target-byte-comp" :not-host)