From f4db8cfc2a8177a458b4ec6556a4b1374fa377c4 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Tue, 26 Aug 2008 11:31:33 +0200 Subject: README: reading links for selection of arch/compiler is no longer supported Signed-off-by: Sascha Hauer --- README | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'README') 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: -- cgit v1.2.3