summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-08-26 11:31:33 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-08-26 11:40:51 +0200
commitf4db8cfc2a8177a458b4ec6556a4b1374fa377c4 (patch)
tree1304baeabc4c4837c4223716c7f6c3114544f4ea /README
parent8a45275a01b2e58a5c23ca6197b119ba2ef3209e (diff)
downloadbarebox-f4db8cfc2a8177a458b4ec6556a4b1374fa377c4.tar.gz
barebox-f4db8cfc2a8177a458b4ec6556a4b1374fa377c4.tar.xz
README: reading links for selection of arch/compiler is no longer supported
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 2 insertions, 8 deletions
diff --git a/README b/README
index 6f978a3dbf..efbaf91703 100644
--- a/README
+++ b/README
@@ -86,14 +86,8 @@ test drive the code without having real hardware. So for this test
scenario, ARCH=sandbox is the valid architecture selection. This currently
only works on ia32 hosts and partly on x86-64.
-Selection of the architecture and the cross compiler can be done in two
-ways. You can either specify it using the environment variables ARCH
-and CROSS_COMPILE, or you can create the soft links cross_arch and
-cross_compile pointing to your architecture and compiler. For ARCH=sandbox
-we do not need a cross compiler so it is sufficient to specify the
-architecture:
-
- # ln -s sandbox cross_arch
+Selection of the architecture and the cross compiler can be done by using
+the environment variables ARCH and CROSS_COMPILE.
In order to configure the various aspects of U-Boot, start the U-Boot
configuration system: