summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-05-22 16:32:11 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-30 16:32:15 +0100
commit566b9bc5b22821806e6a1ba5513a0759e65caa5e (patch)
tree95abb56ad9aab6be0d71becd94ad3283cfd72a39 /documentation/ref-manual/ref-variables.xml
parent6b8dc790c12e91cc22808b8f2b3c5989d2fb075e (diff)
downloadpoky-566b9bc5b22821806e6a1ba5513a0759e65caa5e.tar.gz
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>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml30
1 files changed, 30 insertions, 0 deletions
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 @@
2879 </glossdef> 2879 </glossdef>
2880 </glossentry> 2880 </glossentry>
2881 2881
2882 <glossentry id='var-HOST_CC_ARCH'><glossterm>HOST_CC_ARCH</glossterm>
2883 <glossdef>
2884 <para>
2885 Specifies architecture-specific compiler flags that are
2886 passed to the C compiler.
2887 </para>
2888
2889 <para>
2890 Default initialization for <filename>HOST_CC_ARCH</filename>
2891 varies depending on what is being built:
2892 <itemizedlist>
2893 <listitem><para>
2894 <link linkend='var-TARGET_CC_ARCH'><filename>TARGET_CC_ARCH</filename></link>
2895 when building for the target
2896 </para></listitem>
2897 <listitem><para>
2898 <filename>BUILD_CC_ARCH</filename>
2899 when building for the build host (i.e.
2900 <filename>native</filename>)
2901 </para></listitem>
2902 <listitem><para>
2903 <filename>BUILDSDK_CC_ARCH</filename>
2904 when building for an SDK (i.e.
2905 <filename>nativesdk</filename>)
2906 </para></listitem>
2907 </itemizedlist>
2908 </para>
2909 </glossdef>
2910 </glossentry>
2911
2882 <glossentry id='var-HOST_SYS'><glossterm>HOST_SYS</glossterm> 2912 <glossentry id='var-HOST_SYS'><glossterm>HOST_SYS</glossterm>
2883 <glossdef> 2913 <glossdef>
2884 <para> 2914 <para>