summaryrefslogtreecommitdiff
path: root/gnu/egcs/install/download.html
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>1999-08-23 20:32:32 +0000
committerMarc Espie <espie@cvs.openbsd.org>1999-08-23 20:32:32 +0000
commitef233545e6c3dcf885a8b3178a859a23604b359c (patch)
tree8f4f503c82a377012f9429ed7e24abfbd6aabb98 /gnu/egcs/install/download.html
parent20915043a05410a0247b150f77f71c94c43ce2ae (diff)
Update to gcc 2.95.1, official release.
Diffstat (limited to 'gnu/egcs/install/download.html')
-rw-r--r--gnu/egcs/install/download.html38
1 files changed, 38 insertions, 0 deletions
diff --git a/gnu/egcs/install/download.html b/gnu/egcs/install/download.html
new file mode 100644
index 00000000000..a3ed652bb5f
--- /dev/null
+++ b/gnu/egcs/install/download.html
@@ -0,0 +1,38 @@
+<html>
+<head>
+<title>Downloading GCC</title>
+</head>
+<body>
+<h1 align="center">Downloading GCC</h1>
+
+<p>GCC is distributed via FTP tarballs compressed with gzip or bzip2. It is
+possible to download a full distribution or specific components.
+
+<p>The full distribution includes the C, C++, Objective-C, Fortran, Java,
+and Chill compilers. The full distribution also includes runtime libraries
+for C++, Objective-C and Fortran. In the future the GNU compiler testsuites
+will be included in the full distribution.
+
+<p>If you choose to download specific components, you must download the core
+gcc distribution plus any language specific distributions you wish to
+use. The core distribution includes the C language front-end as well as the
+shared componenets. Each language has a tarball which includes the language
+front-end as well as the language runtime (when appropriate).
+
+<p>Unpack the core distribution as well as any language specific distributions
+in the same directory.
+
+<p>XXX FSF mirror sites
+<p><a href="ftp://egcs.cygnus.com/pub/egcs/releases/index.html">
+FTP download from egcs.cygnus.com (USA California)</a>
+<p><a href="ftp://go.cygnus.com/pub/sourceware.cygnus.com/pub/egcs/releases/index.html">
+FTP download from go.cygnus.com (USA California -- High speed link
+provided by Stanford)</a>
+<p>GCC releases are available on many <a href="../mirrors.html">FTP mirror sites</a>. If possible, please use one of these.
+
+<p>
+<hr>
+<i>Last modified on July 16, 1999.</i>
+
+</body>
+</html>