summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2025-03-31 17:04:50 +0200
committerSteve Sakoman <steve@sakoman.com>2025-04-28 08:18:53 -0700
commit084ebc49806a2593e0d2c04ee3a943e543994a56 (patch)
tree5b2e3bccca86240eebdd0181a34e91e14d9bd8bc /documentation
parentd271e51d30c7032be781ad6bc69766b39bce4f7c (diff)
downloadpoky-084ebc49806a2593e0d2c04ee3a943e543994a56.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: ba030d9d65702889b089bd3c9cb6a719a7e0a413) 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: Steve Sakoman <steve@sakoman.com>
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 2b9ffa5b7d..0f35b136b2 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -3599,8 +3599,7 @@ system and gives an overview of their function and contents.
3599 - :term:`BUILD_CC_ARCH` when building for the build host (i.e. 3599 - :term:`BUILD_CC_ARCH` when building for the build host (i.e.
3600 ``-native``) 3600 ``-native``)
3601 3601
3602 - ``BUILDSDK_CC_ARCH`` when building for an SDK (i.e. 3602 - :term:`SDK_CC_ARCH` when building for an SDK (i.e. ``nativesdk-``)
3603 ``nativesdk-``)
3604 3603
3605 :term:`HOST_LD_ARCH` 3604 :term:`HOST_LD_ARCH`
3606 Specifies architecture-specific linker flags. 3605 Specifies architecture-specific linker flags.