From d247efe4235f1aa61fb780c26603ab5c26601824 Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Tue, 24 Jan 2006 17:13:32 +0000 Subject: [PATCH] o Test new mailcommit o Add more detail to cross-platform cross-compile. --- BUILDING | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/BUILDING b/BUILDING index a319e78ce..a400f468c 100644 --- a/BUILDING +++ b/BUILDING @@ -626,7 +626,10 @@ same file system, via NFS or something else. 1. As above, we need to create directories for the cross-compiler and compiled target. We assume we are on ppc/darwin. So, when running - create-target.sh we need to specify the target. + create-target.sh we need to specify the target: + + src/tools/create-target.sh x86-cross x86 + src/tools/create-target.sh x86-target x86 2. Adjust the cross-compilation script. An example for ppc/darwin to x86/linux is in src/tools/cross-scripts/cross-ppc-x86.lisp. -- GitLab