diff mbox

[wwwdocs/ARM] Mention new rmprofile value for --with-multilib-list

Message ID bf9648e5-9a2d-ed1d-2073-42dcd7cff9ad@foss.arm.com
State New
Headers show

Commit Message

Thomas Preudhomme Jan. 30, 2017, 1:32 p.m. UTC
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

Comments

Kyrill Tkachov Jan. 30, 2017, 1:51 p.m. UTC | #1
Hi Thomas,

On 30/01/17 13:32, Thomas Preudhomme wrote:
> 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?
>

This is ok.
Thanks,
Kyrill

> Best regards,
>
> Thomas
diff mbox

Patch

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>