summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2025-03-31 17:04:50 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-04-03 16:29:51 +0100
commit43d807650a796c39ea4261596dcde4550d4ac53e (patch)
treee3ca0f12cbb42151d5998925da8eee35c574aba4 /documentation/ref-manual/variables.rst
parent949c0bb2f54fb2f8ee538b186a3335207c88262a (diff)
downloadpoky-43d807650a796c39ea4261596dcde4550d4ac53e.tar.gz
ref-manual/variables.rst: HOST_CC_ARCH: fix wrong SDK reference
When building for nativesdk recipes, HOST_CC_ARCH equals SDK_CC_ARCH, not BUILDSDK_CC_ARCH which doesn't exist. Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> (From yocto-docs rev: a4a8aca22bb854756eb2ed1e652331bec3c7c68e) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 08fc3446cb13b5bd8781874d2d996899ce12b082) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 936db2178f..266470bd5f 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -3725,8 +3725,7 @@ system and gives an overview of their function and contents.
3725 - :term:`BUILD_CC_ARCH` when building for the build host (i.e. 3725 - :term:`BUILD_CC_ARCH` when building for the build host (i.e.
3726 ``-native``) 3726 ``-native``)
3727 3727
3728 - ``BUILDSDK_CC_ARCH`` when building for an SDK (i.e. 3728 - :term:`SDK_CC_ARCH` when building for an SDK (i.e. ``nativesdk-``)
3729 ``nativesdk-``)
3730 3729
3731 :term:`HOST_LD_ARCH` 3730 :term:`HOST_LD_ARCH`
3732 Specifies architecture-specific linker flags. 3731 Specifies architecture-specific linker flags.