[PATCH, gcc, wwwdocs] Document upcoming Qualcomm Falkor processor support

Andrew Pinski pinskia@gmail.com
Wed Jan 11 23:38:00 GMT 2017


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.



More information about the Gcc-patches mailing list