1.0.43.34: differentiate cross-compiler output from target and host
authorNikodemus Siivola <nikodemus@random-state.net>
Thu, 7 Oct 2010 16:40:47 +0000 (16:40 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Thu, 7 Oct 2010 16:40:47 +0000 (16:40 +0000)
commit97535256efa8ab0edefca516b2553efcccf3e2ec
tree0c28a51a15c4de546b56e36b66893bb0fae2473e
parentb50d5a1e6413d6aeb9e5697dba6d9c74e199b97b
1.0.43.34: differentiate cross-compiler output from target and host

 No difference in the end-product, but seeing "x-compiling" in
 build-logs makes them easier to read for slow people like me.

 That is:

 * while building the xc-host messages are from the host compiler.
   If the host happens to be SBCL, that means:

      ; compiling (DEFUN FOO ...)

 * while building the target:

      ; x-compiling (DEFUN FOO ...)

 * while building CLOS and contribs on target:

      ; compiling (DEFUN FOO ...)
make-host-2.lisp
src/compiler/main.lisp
version.lisp-expr