diff options
| author | Antonin Godard <antonin.godard@bootlin.com> | 2025-03-31 17:04:50 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-25 12:37:57 +0100 |
| commit | 7f14a57770289f312362a554ee2a332d3a6e8ceb (patch) | |
| tree | 8ba48b12f020310390398fd3c5238a1626a2924f | |
| parent | 293f96d1ac9654129da75c09b2cf7eb94e8b71c1 (diff) | |
| download | poky-7f14a57770289f312362a554ee2a332d3a6e8ceb.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: 50cf8b92b6f37ecc7f696f6687980e68cb8286e5)
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>
| -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 263afcb0d5..1e6918da5a 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
| @@ -3612,8 +3612,7 @@ system and gives an overview of their function and contents. | |||
| 3612 | - :term:`BUILD_CC_ARCH` when building for the build host (i.e. | 3612 | - :term:`BUILD_CC_ARCH` when building for the build host (i.e. |
| 3613 | ``-native``) | 3613 | ``-native``) |
| 3614 | 3614 | ||
| 3615 | - ``BUILDSDK_CC_ARCH`` when building for an SDK (i.e. | 3615 | - :term:`SDK_CC_ARCH` when building for an SDK (i.e. ``nativesdk-``) |
| 3616 | ``nativesdk-``) | ||
| 3617 | 3616 | ||
| 3618 | :term:`HOST_LD_ARCH` | 3617 | :term:`HOST_LD_ARCH` |
| 3619 | Specifies architecture-specific linker flags. | 3618 | Specifies architecture-specific linker flags. |
