I'd like to mention musl libc support in the gcc 6 release notes.

(added under a linux section since only linux targets are supported now.)

Is it ok to commit?

Index: htdocs/gcc-6/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v
retrieving revision 1.68
diff -u -r1.68 changes.html
--- htdocs/gcc-6/changes.html	3 Mar 2016 10:09:18 -0000	1.68
+++ htdocs/gcc-6/changes.html	8 Mar 2016 13:57:35 -0000
@@ -639,6 +639,16 @@
 
 <!-- <h3 id="freebsd">FreeBSD</h3> -->
 
+<h3 id="linux">Linux</h3>
+  <ul>
+    <li>Support for the <a href="http://www.musl-libc.org";>musl C library</a>
+    was added for the AArch64, ARM, MicroBlaze, MIPS, MIPS64, PowerPC,
+    PowerPC64, SH, i386, x32 and x86_64 targets.  It can be selected using the
+    new <code>-mmusl</code> option in case musl is not the default libc.  GCC
+    defaults to musl libc if it is built with a target triplet matching the
+    <code>*-linux-musl*</code> pattern.
+  </ul>
+
 <h3 id="rtems">RTEMS</h3>
   <ul>
     <li>The RTEMS thread model implementation changed.  Mutexes now

Reply via email to