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]

[wwwdocs] Document ARM --with-cpu changes for 5.0


Hi,

As requested by Ramana when he OKed the initial change, the attched patch
documents the changes I made to --with-cpu and --with-tune in this patch:
  https://gcc.gnu.org/ml/gcc-patches/2014-05/msg02618.html
in the changes for GCC 5.0.

OK?

Thanks,
James

---

? .git
? foo.patch
? htdocs/.#index.html.1.888
Index: htdocs/gcc-5/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v
retrieving revision 1.40
diff -u -r1.40 changes.html
--- htdocs/gcc-5/changes.html	20 Nov 2014 09:09:26 -0000	1.40
+++ htdocs/gcc-5/changes.html	20 Nov 2014 10:46:48 -0000
@@ -393,6 +393,10 @@
         non-unified syntax is used. However this is subject to change in future releases.
         Eventually the non-unified syntax will be deprecated.
       </li>
+      <li> It is now a configure-time error to use the <code>--with-cpu</code>
+      configure option with either of <code>--with-tune</code> or
+      <code>--with-arch</code>.
+      </li>
      </ul>
 
 <h3 id="x86">IA-32/x86-64</h3>

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