Skip to content
Snippets Groups Projects
Commit 79fc0c5f authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

tools/env: cross-compile fw_printenv without setting HOSTCC


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: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
Tested-by: default avatarGerhard Sittig <gsi@denx.de>
parent 9a368d0f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment