diff mbox

[wwwdocs] Document upcoming Qualcomm Falkor processor support

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

Commit Message

Siddhesh Poyarekar Jan. 6, 2017, 12:11 p.m. UTC
Hi,

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

Siddhesh

Comments

Richard Earnshaw (lists) Jan. 11, 2017, 4:29 p.m. UTC | #1
On 06/01/17 12:11, Siddhesh Poyarekar wrote:
> Hi,

> 

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

> Qualcomm Falkor processor core.

> 

> Siddhesh

> 

> Index: htdocs/gcc-7/changes.html

> ===================================================================

> RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/changes.html,v

> retrieving revision 1.33

> diff -u -r1.33 changes.html

> --- htdocs/gcc-7/changes.html	3 Jan 2017 10:55:03 -0000	1.33

> +++ htdocs/gcc-7/changes.html	6 Jan 2017 12:09:53 -0000

> @@ -390,7 +390,8 @@

>       <li>

>         Support has been added for the following processors

>         (GCC identifiers in parentheses): ARM Cortex-A73

> -       (<code>cortex-a73</code>) and Broadcom Vulcan (<code>vulcan</code>).

> +       (<code>cortex-a73</code>), Broadcom Vulcan (<code>vulcan</code>) and

> +       Qualcomm Falkor (<code>falkor</code>).

>         The GCC identifiers can be used

>         as arguments to the <code>-mcpu</code> or <code>-mtune</code> options,

>         for example: <code>-mcpu=cortex-a73</code> or

> 


Thanks.  The file had changed again, but I've merged this in.

R.
Andrew Pinski Jan. 11, 2017, 11:37 p.m. UTC | #2
On Wed, Jan 11, 2017 at 8:29 AM, Richard Earnshaw (lists)
<Richard.Earnshaw@arm.com> wrote:
> On 06/01/17 12:11, Siddhesh Poyarekar wrote:

>> Hi,

>>

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

>> Qualcomm Falkor processor core.

>>

>> Siddhesh

>>

>> Index: htdocs/gcc-7/changes.html

>> ===================================================================

>> RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/changes.html,v

>> retrieving revision 1.33

>> diff -u -r1.33 changes.html

>> --- htdocs/gcc-7/changes.html 3 Jan 2017 10:55:03 -0000       1.33

>> +++ htdocs/gcc-7/changes.html 6 Jan 2017 12:09:53 -0000

>> @@ -390,7 +390,8 @@

>>       <li>

>>         Support has been added for the following processors

>>         (GCC identifiers in parentheses): ARM Cortex-A73

>> -       (<code>cortex-a73</code>) and Broadcom Vulcan (<code>vulcan</code>).

>> +       (<code>cortex-a73</code>), Broadcom Vulcan (<code>vulcan</code>) and

>> +       Qualcomm Falkor (<code>falkor</code>).

>>         The GCC identifiers can be used

>>         as arguments to the <code>-mcpu</code> or <code>-mtune</code> options,

>>         for example: <code>-mcpu=cortex-a73</code> or

>>

>

> Thanks.  The file had changed again, but I've merged this in.


Yes that was my fault, I was just adding the Cavium ThunderX SOCs that
are now supported by GCC.

Thanks,
Andrew

>

> R.
diff mbox

Patch

Index: htdocs/gcc-7/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/changes.html,v
retrieving revision 1.33
diff -u -r1.33 changes.html
--- htdocs/gcc-7/changes.html	3 Jan 2017 10:55:03 -0000	1.33
+++ htdocs/gcc-7/changes.html	6 Jan 2017 12:09:53 -0000
@@ -390,7 +390,8 @@ 
      <li>
        Support has been added for the following processors
        (GCC identifiers in parentheses): ARM Cortex-A73
-       (<code>cortex-a73</code>) and Broadcom Vulcan (<code>vulcan</code>).
+       (<code>cortex-a73</code>), Broadcom Vulcan (<code>vulcan</code>) and
+       Qualcomm Falkor (<code>falkor</code>).
        The GCC identifiers can be used
        as arguments to the <code>-mcpu</code> or <code>-mtune</code> options,
        for example: <code>-mcpu=cortex-a73</code> or