From da5d2afed38810cda519b5ccdbabdd909dbf72e9 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 22 May 2014 14:34:22 +0300 Subject: ref-manual: Added TARGET_LDFLAGS variable and supporting links. (From yocto-docs rev: 23843e4476b03c6bb75fd4c1b079ccae526ac3a3) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'documentation') 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. -- cgit v1.2.3-54-g00ecf