summaryrefslogtreecommitdiffstats
path: root/documentation
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:28:34 +0100
commite16f429d25595155d93f2a20ef5392e8507eaddf (patch)
treee109e87082adab2f435909af920530396ff8c8cd /documentation
parentc9dc70134270831b7821885c689c86dc694e6fa5 (diff)
downloadpoky-e16f429d25595155d93f2a20ef5392e8507eaddf.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')
-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.