diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 93c655926e..05e6f39ed5 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -4185,8 +4185,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" varies depending on what is being built: - TARGET_LDFLAGS when building - for the target + TARGET_LDFLAGS + when building for the target BUILD_LDFLAGS @@ -7538,6 +7538,18 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + TARGET_LDFLAGS + + + Specifies the flags to pass to the linker when building + for the target. + When building in the target context, + LDFLAGS + is set to the value of this variable by default. + + + + TARGET_OS Specifies the target's operating system.