From 1b3a21ca8eb0f585858c00ad77c371bc0a2db176 Mon Sep 17 00:00:00 2001
From: pmai <pmai>
Date: Sat, 7 Aug 2004 13:33:36 +0000
Subject: [PATCH] Change second step of cross-compilation instructions:
 Creating a directory for the cross-compiler itself with create-target.sh
 isn't needed, since cross-build-world.sh does this by itself already.

---
 tools/README | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/tools/README b/tools/README
index 1dc3a4957..0d8dabeec 100644
--- a/tools/README
+++ b/tools/README
@@ -460,9 +460,11 @@ create the directory and get a copy of the sources as mentioned above.
 
 Then you need to do the following steps.
 
-1.  Create a directory for the cross-compiler:
+1.  Select a directory for the cross-compiler:
 
-           src/tools/create-target.sh xcross <other options>
+           In our case we will use xcross.  Make sure that this
+           directory doesn't exist, and especially isn't the same
+           as the directory in the next step.
 
 2.  Create a directory for the compiled target:
 
-- 
GitLab