mirror of
https://xff.cz/git/u-boot/
synced 2025-12-25 16:39:11 +01:00
fw_printenv is a program which mostly runs on the target Linux.
Before switching to Kbuild, we needed to set HOSTCC at the
command line like this:
make HOSTCC=<your CC cross-compiler> env
Going forward we can cross compile it by specifying CROSS_COMPILE:
make CROSS_COMPILE=<your cross-compiler prefix> env
This looks more natural.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Tested-by: Gerhard Sittig <gsi@denx.de>
3 lines
35 B
Plaintext
3 lines
35 B
Plaintext
fw_printenv
|
|
fw_printenv_unstripped
|