diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-03-31 17:04:50 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-03 16:29:51 +0100 |
commit | 43d807650a796c39ea4261596dcde4550d4ac53e (patch) | |
tree | e3ca0f12cbb42151d5998925da8eee35c574aba4 /documentation/ref-manual/variables.rst | |
parent | 949c0bb2f54fb2f8ee538b186a3335207c88262a (diff) | |
download | poky-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.rst | 3 |
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. |