From 19a233a49513dffb1f25bd3ae852edc7e6e71dbf Mon Sep 17 00:00:00 2001 From: gerd <gerd> Date: Thu, 27 Mar 2003 15:04:07 +0000 Subject: [PATCH] Add that one has to change kernel:class-layout to kernel:%class-layout in cross-compilation scripts. --- bootfiles/18e/boot3.lisp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootfiles/18e/boot3.lisp b/bootfiles/18e/boot3.lisp index 5ea33af84..24816b19d 100644 --- a/bootfiles/18e/boot3.lisp +++ b/bootfiles/18e/boot3.lisp @@ -19,6 +19,9 @@ ;;;; '(... :stack-checking ...) ;;;; '(...)) ;;;; +;;;; -- Change occurrences of KERNEL:CLASS-LAYOUT in your +;;;; cross-compilation script to KERNEL:%CLASS-LAYOUT. +;;;; ;;;; -- Cross-compile to fasl-head via cross-fasl-head. This will fail ;;;; and tell you that the C header file has changed. Build a new ;;;; runtime, and start over. -- GitLab