diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-05-29 11:47:57 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-30 16:32:17 +0100 |
commit | 3cf5feeadf5c5a82ce2f3926975c835df28df31d (patch) | |
tree | fc0ec60a77d97ffab08b83667bcb3fb16852b807 | |
parent | d234817eea85bdf52d07adb62816081f6f22675a (diff) | |
download | poky-3cf5feeadf5c5a82ce2f3926975c835df28df31d.tar.gz |
ref-manual: Edits to the TARGET_CXXFLAGS variable.
(From yocto-docs rev: fbe969ff13173b9be0bda72c15b11bbc1fb29e6d)
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, 10 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 179fbd4575..3d772f9ec4 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -7857,6 +7857,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7857 | <link linkend='var-CXXFLAGS'><filename>CXXFLAGS</filename></link> | 7857 | <link linkend='var-CXXFLAGS'><filename>CXXFLAGS</filename></link> |
7858 | is set to the value of this variable by default. | 7858 | is set to the value of this variable by default. |
7859 | </para> | 7859 | </para> |
7860 | |||
7861 | <para> | ||
7862 | Additionally, the SDK's environment setup script sets | ||
7863 | the | ||
7864 | <link linkend='var-CXXFLAGS'><filename>CXXFLAGS</filename></link> | ||
7865 | variable in the environment to the | ||
7866 | <filename>TARGET_CXXFLAGS</filename> value so that | ||
7867 | executables built using the SDK also have the flags | ||
7868 | applied. | ||
7869 | </para> | ||
7860 | </glossdef> | 7870 | </glossdef> |
7861 | </glossentry> | 7871 | </glossentry> |
7862 | 7872 | ||