From 19d2f6f4ad054e5db55a800fd3e70fd9b8f0b64e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 22 May 2014 14:25:20 +0300 Subject: ref-manual: Added the BUILD_LDFLAGS variable and supporting links. (From yocto-docs rev: c353688ed6a6a923dd174a9dedf97c8ac3f128a6) 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/ref-manual') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 24c0faa1ef..93c655926e 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -879,6 +879,18 @@ + BUILD_LDFLAGS + + + Specifies the flags to pass to the linker when building + for the build host. + When building in the -native context, + LDFLAGS + is set to the value of this variable by default. + + + + BUILDDIR @@ -4177,8 +4189,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" for the target - BUILD_LDFLAGS when building - for the build host (i.e. + BUILD_LDFLAGS + when building for the build host (i.e. -native) -- cgit v1.2.3-54-g00ecf