From 566b9bc5b22821806e6a1ba5513a0759e65caa5e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 22 May 2014 16:32:11 +0300 Subject: ref-manual: Added HOST_CC_ARCH variable. (From yocto-docs rev: 6b241b6a7538796b9a0259fb01ff006d40b60cb1) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'documentation/ref-manual') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index bf9127c69f..d7f6a8bfb1 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -2879,6 +2879,36 @@ + HOST_CC_ARCH + + + Specifies architecture-specific compiler flags that are + passed to the C compiler. + + + + Default initialization for HOST_CC_ARCH + varies depending on what is being built: + + + TARGET_CC_ARCH + when building for the target + + + BUILD_CC_ARCH + when building for the build host (i.e. + native) + + + BUILDSDK_CC_ARCH + when building for an SDK (i.e. + nativesdk) + + + + + + HOST_SYS -- cgit v1.2.3-54-g00ecf