diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-05-28 11:28:05 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-30 16:32:15 +0100 |
commit | 1a8718c7cd4fbce130c68e3b0f73a64d9fcb9fd3 (patch) | |
tree | 9b198b55193a0bba87ac2d91499857052d532660 | |
parent | acdafd5ff70cd7f81e5df00c76b4e92179797cda (diff) | |
download | poky-1a8718c7cd4fbce130c68e3b0f73a64d9fcb9fd3.tar.gz |
ref-manual: Edits to a few variables in the glossary.
I updated the following variables with minor changes:
TARGET_CC_ARCH
BUILD_CPPFLAGS
BUILDSDK_CPPFLAGS
CPPFLAGS
TARGET_CPPFLAGS
(From yocto-docs rev: f7d48ed379778a8568c7e5f812cdb1cbc5339f39)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index cd235e633e..bd1441196b 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -894,8 +894,8 @@ | |||
894 | <glossentry id='var-BUILD_CPPFLAGS'><glossterm>BUILD_CPPFLAGS</glossterm> | 894 | <glossentry id='var-BUILD_CPPFLAGS'><glossterm>BUILD_CPPFLAGS</glossterm> |
895 | <glossdef> | 895 | <glossdef> |
896 | <para> | 896 | <para> |
897 | Specifies the flags to pass to the C pre-processor and | 897 | Specifies the flags to pass to the C pre-processor |
898 | eventually to both the C and C++ compilers when building | 898 | (i.e. to both the C and the C++ compilers) when building |
899 | for the build host. | 899 | for the build host. |
900 | When building in the <filename>native</filename> context, | 900 | When building in the <filename>native</filename> context, |
901 | <link linkend='var-CPPFLAGS'><filename>CPPFLAGS</filename></link> | 901 | <link linkend='var-CPPFLAGS'><filename>CPPFLAGS</filename></link> |
@@ -7774,9 +7774,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7774 | <note> | 7774 | <note> |
7775 | It is a common workaround to append | 7775 | It is a common workaround to append |
7776 | <link linkend='var-LDFLAGS'><filename>LDFLAGS</filename></link> | 7776 | <link linkend='var-LDFLAGS'><filename>LDFLAGS</filename></link> |
7777 | to <filename>TUNE_CC_ARCH</filename> in recipes | 7777 | to <filename>TARGET_CC_ARCH</filename> |
7778 | that build software for the target that would not | 7778 | in recipes that build software for the target that |
7779 | otherwise respect the exported | 7779 | would not otherwise respect the exported |
7780 | <filename>LDFLAGS</filename> variable. | 7780 | <filename>LDFLAGS</filename> variable. |
7781 | </note> | 7781 | </note> |
7782 | </para> | 7782 | </para> |