This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [MIPS][LS2][5/5] Support for native MIPS GCC


Maxim Kuvyrkov <maxim@codesourcery.com> writes:
> Richard Sandiford wrote:
>> The -march=native support deserves it's own webpage entry.  Let me
>> know if you'd rather not add it yourself.
>
> I don't think I have write access to website repository.  Can you, 
> please, add the necessary announcement?

FWIW, everyone with access to the SVN repository also has access to the
web pages.  See:

    http://gcc.gnu.org/cvs.html

I installed the patch below.

Richard


Index: htdocs/gcc-4.4/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.4/changes.html,v
retrieving revision 1.13
diff -u -p -r1.13 changes.html
--- htdocs/gcc-4.4/changes.html	15 Jun 2008 17:53:26 -0000	1.13
+++ htdocs/gcc-4.4/changes.html	18 Jun 2008 19:38:02 -0000
@@ -102,6 +102,10 @@
         <code>-march=xlr</code> and <code>-mtune=xlr</code> options.</li>
     <li>64-bit targets can now perform 128-bit multiplications inline,
         instead of relying on a <code>libgcc</code> function.</li>
+    <li>Native GNU/Linux toolchains now support <code>-march=native</code>
+        and <code>-mtune=native</code>, which select the host processor.
+        This currently only works for toolchains runnings on Loongson
+        processors.</li>
   </ul>
 
 <h2>Documentation improvements</h2>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]