ref-manual: Added the GCCPIE Variable to Glossary

(From yocto-docs rev: b30f3d3bd6f6d333b00fc9c3797126a898fb0685)

Signed-off-by: Kristi Rifenbark <kristi.rifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Kristi Rifenbark
2017-11-07 15:55:41 -08:00
committed by Richard Purdie
parent 5d9d10704f
commit a52dc0a11e
2 changed files with 29 additions and 4 deletions

View File

@@ -5182,9 +5182,10 @@ id=f4d4f99cfbc2396e49c1613a7d237b9e57f06f81'>commit message</ulink>.
</para></listitem>
<listitem><para>
By default, the <filename>security_flags.inc</filename> file
sets a <filename>GCCPIE</filename> variable with an option
to enable Position Independent Executables (PIE) within
<filename>gcc</filename>.
sets a
<link linkend='var-GCCPIE'><filename>GCCPIE</filename></link>
variable with an option to enable Position Independent
Executables (PIE) within <filename>gcc</filename>.
Enabling PIE in the GNU C Compiler (GCC), makes Return
Oriented Programming (ROP) attacks much more difficult to
execute.