ref-manual: Added HOST_CC_ARCH variable.

(From yocto-docs rev: 6b241b6a7538796b9a0259fb01ff006d40b60cb1)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2014-05-22 16:32:11 +03:00 committed by Richard Purdie
parent 6b8dc790c1
commit 566b9bc5b2
1 changed files with 30 additions and 0 deletions

View File

@ -2879,6 +2879,36 @@
</glossdef>
</glossentry>
<glossentry id='var-HOST_CC_ARCH'><glossterm>HOST_CC_ARCH</glossterm>
<glossdef>
<para>
Specifies architecture-specific compiler flags that are
passed to the C compiler.
</para>
<para>
Default initialization for <filename>HOST_CC_ARCH</filename>
varies depending on what is being built:
<itemizedlist>
<listitem><para>
<link linkend='var-TARGET_CC_ARCH'><filename>TARGET_CC_ARCH</filename></link>
when building for the target
</para></listitem>
<listitem><para>
<filename>BUILD_CC_ARCH</filename>
when building for the build host (i.e.
<filename>native</filename>)
</para></listitem>
<listitem><para>
<filename>BUILDSDK_CC_ARCH</filename>
when building for an SDK (i.e.
<filename>nativesdk</filename>)
</para></listitem>
</itemizedlist>
</para>
</glossdef>
</glossentry>
<glossentry id='var-HOST_SYS'><glossterm>HOST_SYS</glossterm>
<glossdef>
<para>