From 14e6285acb25e64d058d6644a683dd1ac8449d5f Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Tue, 24 Jan 2006 17:27:20 +0000 Subject: [PATCH] o Test new mailcommit o Add more detail to cross-platform cross-compile. --- BUILDING | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/BUILDING b/BUILDING index a400f468c..089edeef8 100644 --- a/BUILDING +++ b/BUILDING @@ -635,7 +635,11 @@ same file system, via NFS or something else. x86/linux is in src/tools/cross-scripts/cross-ppc-x86.lisp. 3. Build the cross compiler and target, as above, using the specified - cross-compile script. + cross-compile script: + + src/tools/cross-build-world.sh x86-target x86-cross cross.lisp [ppc binary] + + where cross.lisp is the cross-compile script from 2) above. 4. Everything has now been compiled for the x86/linux target. We need to compile the C code for x86 and create a lisp.core from the -- GitLab