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.