aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorPierre Labastie <pierre.labastie@neuf.fr>2022-09-09 16:15:06 +0200
committerPierre Labastie <pierre.labastie@neuf.fr>2022-09-09 16:15:06 +0200
commit0611f706d5cf2c5f18e18d51f2866956870b131a (patch)
tree65eb7e455b3328223bd48c37465db91276cb3391 /chapter05
parent917868fc69f30b569aea433f547d9d4cc89b6c52 (diff)
Use default-pie and default-ssp flags in gcc
Committing only the commands for now, so that others can test the build. TODO: - add command explanations - add changelog - comment on failing tests in binutils and gcc
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/gcc-pass1.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml
index 34ad1b15e..0b7f17913 100644
--- a/chapter05/gcc-pass1.xml
+++ b/chapter05/gcc-pass1.xml
@@ -87,6 +87,8 @@ cd build</userinput></screen>
--with-sysroot=$LFS \
--with-newlib \
--without-headers \
+ --enable-default-pie \
+ --enable-default-ssp \
--disable-nls \
--disable-shared \
--disable-multilib \