diff mbox

[wwwdocs] Document upcoming Qualcomm Falkor processor support

Message ID 1478802605-27796-1-git-send-email-siddhesh.poyarekar@linaro.org
State New
Headers show

Commit Message

Siddhesh Poyarekar Nov. 10, 2016, 6:30 p.m. UTC
Hi,

This patch documents the newly added flag in gcc 7 for the upcoming
Qualcomm Falkor processor core.

Siddhesh

Comments

Gerald Pfeifer Nov. 10, 2016, 11:28 p.m. UTC | #1
On Fri, 11 Nov 2016, Siddhesh Poyarekar wrote:
> This patch documents the newly added flag in gcc 7 for the upcoming

> Qualcomm Falkor processor core.


Looks good to me.  Probably a good idea for one of the ARM maintainers
to sign off, too.

Gerald
Richard Earnshaw Nov. 11, 2016, 10:13 a.m. UTC | #2
On 10/11/16 23:28, Gerald Pfeifer wrote:
> On Fri, 11 Nov 2016, Siddhesh Poyarekar wrote:

>> This patch documents the newly added flag in gcc 7 for the upcoming

>> Qualcomm Falkor processor core.

> 

> Looks good to me.  Probably a good idea for one of the ARM maintainers

> to sign off, too.

> 

> Gerald

> 


This is fine.  The list of supported CPU names is getting a bit
repetitive, but that can be cleaned up nearer the release.

R.
diff mbox

Patch

Index: htdocs/gcc-7/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/changes.html,v
retrieving revision 1.24
diff -u -r1.24 changes.html
--- htdocs/gcc-7/changes.html	9 Nov 2016 14:28:59 -0000	1.24
+++ htdocs/gcc-7/changes.html	10 Nov 2016 13:43:42 -0000
@@ -296,6 +296,11 @@ 
        <code>-mcpu=vulcan</code> and <code>-mtune=vulcan</code> options as
        well as the equivalent target attributes and pragmas.
      </li>
+     <li>
+       The Qualcomm Falkor processor is now supported via the
+       <code>-mcpu=falkor</code> and <code>-mtune=falkor</code> options as
+       well as the equivalent target attributes and pragmas.
+     </li>
    </ul>
 
 <h3 id="arm">ARM</h3>