aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/gcc.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml
index 9c7c0065a..fd6e5ae3c 100644
--- a/chapter08/gcc.xml
+++ b/chapter08/gcc.xml
@@ -74,6 +74,8 @@ cd build</userinput></screen>
<screen><userinput remap="configure">../configure --prefix=/usr \
LD=ld \
--enable-languages=c,c++ \
+ --enable-default-pie \
+ --enable-default-ssp \
--disable-multilib \
--disable-bootstrap \
--with-system-zlib</userinput></screen>