<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
I have few questions with this.<br>
<blockquote
cite="mid:2bf06148-2d8c-dc4d-284e-e4254725d51b@gmail.com"
type="cite">
<pre>1) building gcc to enable PIE by default
2) add -z,now to LDFLAGS
3) and -fno-plt and -fstack-check to our CFLAGS</pre>
</blockquote>
<ul>
<li>So should we wait for the updated gcc or add <i>-fno-plt</i>
and <i>-fstack-check</i> right now? </li>
<li>Is <i>-fstack-check</i> meant to replace <i>-fstack-protector-strong</i>
or is it applied additionally?<br>
</li>
<li><i>-z</i> is already set in my LDFLAGS.</li>
</ul>
<blockquote
cite="mid:2bf06148-2d8c-dc4d-284e-e4254725d51b@gmail.com"
type="cite">
<pre>I will enable the build flags in our
pacman.conf
</pre>
</blockquote>
<br>
Why pacman.conf ? Does he mean makepkg.conf ??<br>
</body>
</html>