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]

PATCH: New snapshots page at snapshots.html


I just committed our new snapshots.html page which is linked from the
main page (instead of the FTP, as before).

It serves several purposes: Recommend CVS instead of snapshots, strongly
recommend our mirror sites, and also link pre-built binaries provided by
third parties.

Mark, I also listed the CodeSourcery RPM page. Please have a look and make
any adjustments you like! (I suggest to specify the exact target tripplet
of the RPMs you provide).

Jeff, can you please list http://gcc.gnu.org/snapshots.html in the mail
you send out for snapshots?

Gerald

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.204
diff -r1.204 index.html
47c47
< <A HREF="ftp://gcc.gnu.org/pub/gcc/snapshots/index.html">Snapshots</A><BR>
---
> <A HREF="snapshots.html">Snapshots</A><BR>
--- /dev/null	Sat Jun 10 17:26:20 2000
+++ snapshots.html	Sat Jun 10 18:00:11 2000
@@ -0,0 +1,30 @@
+<html>
+
+<head>
+<title>GCC Snapshots</title>
+</head>
+
+<body>
+
+<h1 align="center">GCC Snapshots</h1>
+
+<p>We recommend that you use <a href="cvs.html">CVS to access our
+current development sources</a>, but we also make snapshots available
+for FTP download.</p>
+
+<p>Please use our
+<a href="ftp://ftp.freesoftware.com/pub/sourceware/gcc/">main mirror
+site</a> or any of our other <a href="mirrors.html">mirrors</a>.</p>
+
+<p>In addition, some of our contributors also provide pre-built binaries
+of our current development sources on a regular base:</p>
+
+<ul>
+<li><a href="http://www.netwinder.org/build/gcc.html">armv3l, armv4l, and
+    i386</a> by netwinder.org.
+<li><a href="http://www.codesourcery.com/gcc-snapshots.html">i386</a> by
+    CodeSourcery.
+</ul>
+
+</body>
+</html>


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