aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gcc-pass1.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/gcc-pass1.xml')
-rw-r--r--chapter05/gcc-pass1.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml
index 23707f658..2aace5d2b 100644
--- a/chapter05/gcc-pass1.xml
+++ b/chapter05/gcc-pass1.xml
@@ -139,11 +139,11 @@ cd build</userinput></screen>
--enable-default-ssp</parameter></term>
<listitem>
<para>Those switches allow GCC to compile programs with
- some hardening security features (more information on those in
- the <xref linkend="pie-ssp-info"/> in chapter 8). They are not
- strictly needed at this stage, since the compiler will only produce
- temporary executables. But it is cleaner to have the temporary
- packages be as close as possible to the final ones.
+ some hardening security features (more information on those in
+ the <xref linkend="pie-ssp-info"/> in chapter 8) by default. The
+ are not strictly needed at this stage, since the compiler will
+ only produce temporary executables. But it is cleaner to have the
+ temporary packages be as close as possible to the final ones.
</para>
</listitem>
</varlistentry>