9
0
Fork 0

README: reading links for selection of arch/compiler is no longer supported

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2008-08-26 11:31:33 +02:00
parent 8a45275a01
commit f4db8cfc2a
1 changed files with 2 additions and 8 deletions

10
README
View File

@ -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: