Hi,
ARM backend now support a new set of multilib libraries enabled with
--with-multilib-list=rmprofile [1]. This patch documents it in the changes for
GCC 7.
[1] https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=r242696
Is this ok for wwwdocs?
Best regards,
Thomas
Index: htdocs/gcc-7/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/changes.html,v
retrieving revision 1.44
diff -u -r1.44 changes.html
--- htdocs/gcc-7/changes.html 27 Jan 2017 09:54:32 -0000 1.44
+++ htdocs/gcc-7/changes.html 30 Jan 2017 10:00:48 -0000
@@ -517,6 +517,11 @@
the generation of coprocessor instructions through the use of intrinsics
such as <code>cdp</code>, <code>ldc</code>, and others.
</li>
+ <li>
+ The configure option <code>--with-multilib-list</code> now accepts the
+ value <code>rmprofile</code> to build multilib libraries for a range of
+ embedded targets.
+ </li>
</ul>
<h3 id="avr">AVR</h3>