This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH] FAQ: pointers to platform-specific information
- To: gcc-patches at gcc dot gnu dot org
- Subject: [PATCH] FAQ: pointers to platform-specific information
- From: Janis Johnson <janis187 at us dot ibm dot com>
- Date: Fri, 19 Oct 2001 10:28:28 -0700
Questions about whether GCC works on a particular platform are asked
frequently in the gcc mailing list. This patch to the FAQ points people
to the host/target specific installation notes and to the build status
lists. It also fixes a minor formatting problem in existing text.
OK to install?
Janis
Index: faq.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/faq.html,v
retrieving revision 1.170
diff -u -r1.170 faq.html
--- faq.html 2001/10/16 08:50:15 1.170
+++ faq.html 2001/10/19 17:13:57
@@ -35,6 +35,7 @@
<li><a href="#bugreport">How do I report a bug?</a></li>
<li><a href="#support">How do I get a bug fixed or a feature added?</a></li>
<li><a href="#noncvs">How can I get a development environment for GCC without using CVS?</a></li>
+ <li><a href="#platforms">Does GCC work on my platform?</a></li>
</ol></li>
<li><a href="#installation">Installation</a>
@@ -218,8 +219,21 @@
without using CVS?</a></h2>
<p>GCC snapshots are available from the FTP server and its mirrors;
-see the <a href="mirrors.html">GCC mirror list</a>.
+see the <a href="mirrors.html">GCC mirror list</a>.</p>
+<hr>
+
+<h2><a name="platforms">Does GCC work on my platform?</a></h2>
+
+<p>The host/target specific installation notes for GCC include information
+about known problems with installing or using GCC on particular platforms.
+These are included in the sources for a release in INSTALL/specific.html,
+and the <a href="http://gcc.gnu.org/install/specific.html">latest version</a>
+is always available at the GCC web site.
+Reports of successful builds for GCC versions
+<a href="http://gcc.gnu.org/gcc-3.0/buildstat.html">3.0</a> and
+<a href="http://gcc.gnu.org/gcc-2.95/buildstat.html">2.95</a>
+are also available at the web site.</p>
<hr>
<a name="installation"></a>