This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Mention --enable-default-pie in gcc-6/changes.html


OK to install?

H.J.
---
Index: gcc-6/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v
retrieving revision 1.10
diff -u -p -r1.10 changes.html
--- gcc-6/changes.html	26 May 2015 10:12:08 -0000	1.10
+++ gcc-6/changes.html	28 May 2015 13:49:00 -0000
@@ -140,8 +140,12 @@ enum {
 
 
 <!-- .................................................................. -->
-<!-- <h2>Other significant improvements</h2> -->
+<h2>Other significant improvements</h2>
 
+  <ul>
+    <li>Added <code>--enable-default-pie</code> configure option to
+	generate PIE by default.</li>
+  </ul>
 
 </body>
 </html>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]