Message ID | 1478802605-27796-1-git-send-email-siddhesh.poyarekar@linaro.org |
---|---|
State | New |
Headers | show |
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
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.
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>