mirror of
https://github.com/sheumann/hush.git
synced 2024-12-21 08:29:45 +00:00
- add note about CONFIG_CROSS_COMPILER_PREFIX while cleanup up markup.
This commit is contained in:
parent
20a55b7bff
commit
6887e77c32
@ -180,12 +180,19 @@ within each applet. More build coverage testing.</p></li>
|
||||
during compilation. Only gcc and related binutils executables
|
||||
are prefixed with $(CROSS_COMPILE) in the makefiles.
|
||||
CROSS_COMPILE can be set on the command line:
|
||||
</p>
|
||||
<pre>
|
||||
make CROSS_COMPILE=arm-linux-uclibcgnueabi-
|
||||
</pre>
|
||||
<p>
|
||||
Alternatively CROSS_COMPILE can be set in the environment.
|
||||
Default value for CROSS_COMPILE is not to prefix executables.
|
||||
</p>
|
||||
<p>
|
||||
To store the cross-compiler in your .config, set the variable
|
||||
CONFIG_CROSS_COMPILER_PREFIX accordingly in menuconfig or by
|
||||
editing the .config file.
|
||||
</p>
|
||||
|
||||
<hr />
|
||||
<h2><a name="build_system">How do I build a BusyBox-based system?</a></h2>
|
||||
|
Loading…
Reference in New Issue
Block a user