mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
doc: board/qualcomm: Fix commands for compilation missing CROSS_COMPILE
One needs to set CROSS_COMPILE also for the actual compilation, not just for the kconfig step, otherwise the host arch compiler would be used. Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> Reviewed-by: Casey Connolly <casey.connolly@linaro.org> Link: https://lore.kernel.org/r/20250611-qualcomm-doc-update-v1-1-5cf8cd94974d@fairphone.com Signed-off-by: Casey Connolly <casey.connolly@linaro.org>
This commit is contained in:
@@ -88,12 +88,12 @@ As above::
|
||||
Or for db410c (and other boards not supported by the generic target)::
|
||||
|
||||
make CROSS_COMPILE=aarch64-linux-gnu- O=.output dragonboard410c_defconfig
|
||||
make O=.output -j$(nproc)
|
||||
make CROSS_COMPILE=aarch64-linux-gnu- O=.output -j$(nproc)
|
||||
|
||||
Or for smartphones::
|
||||
|
||||
make CROSS_COMPILE=aarch64-linux-gnu- O=.output qcom_defconfig qcom-phone.config
|
||||
make O=.output -j$(nproc)
|
||||
make CROSS_COMPILE=aarch64-linux-gnu- O=.output -j$(nproc)
|
||||
|
||||
- gzip u-boot::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user