mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 03:32:12 +02:00
ref-manual: More edits to some compiler passing variables.
(From yocto-docs rev: 39a6ade52082b4c82a91ac985f7312496a1e837b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1a8718c7cd
commit
74e21f3ea5
@@ -1140,8 +1140,8 @@
|
||||
<glossentry id='var-BUILDSDK_CPPFLAGS'><glossterm>BUILDSDK_CPPFLAGS</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
Specifies the flags to pass to the C pre-processor and
|
||||
eventually to both the C and C++ compilers when building
|
||||
Specifies the flags to pass to the C pre-processor
|
||||
(i.e. to both the C and the C++ compilers) when building
|
||||
for the SDK.
|
||||
When building in the <filename>nativesdk</filename>
|
||||
context,
|
||||
@@ -1550,8 +1550,8 @@
|
||||
<glossentry id='var-CPPFLAGS'><glossterm>CPPFLAGS</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
Specifies the flags to pass to the C pre-processor and the
|
||||
C compiler.
|
||||
Specifies the flags to pass to the C compiler and to the
|
||||
C pre-processor.
|
||||
This variable is exported to an environment
|
||||
variable and thus made visible to the software being
|
||||
built during the compilation step.
|
||||
@@ -7798,8 +7798,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
|
||||
<glossentry id='var-TARGET_CPPFLAGS'><glossterm>TARGET_CPPFLAGS</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
Specifies the flags to pass to the C pre-processor and
|
||||
eventually to both the C and C++ compilers when building
|
||||
Specifies the flags to pass to the C pre-processor
|
||||
(i.e. to both the C and the C++ compilers) when building
|
||||
for the target.
|
||||
When building in the target context,
|
||||
<link linkend='var-CPPFLAGS'><filename>CPPFLAGS</filename></link>
|
||||
|
||||
Reference in New Issue
Block a user