From 4fac0dd0962868586f663459848c44a219695598 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 29 May 2014 11:49:28 +0300 Subject: [PATCH] ref-manual: Edits to the LDFLAGS variable. (From yocto-docs rev: c9aed9429902ecdedfdfc0241e94d10b145af859) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 3d772f9ec4..f6cb5c0163 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -7888,6 +7888,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" LDFLAGS is set to the value of this variable by default. + + + Additionally, the SDK's environment setup script sets + the + LDFLAGS + variable in the environment to the + TARGET_LDFLAGS value so that + executables built using the SDK also have the flags + applied. +