diff options
author | Phil Edwards <pme@sourceware.cygnus.com> | 2000-04-29 20:41:19 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2000-04-29 20:41:19 +0000 |
commit | 0bf0f02717e5029aed0aacda9198e05d7c1d2c2d (patch) | |
tree | 3ca7e57bffd4a24db7ae14370eeb2a90682f4c6d | |
parent | a47944e2bee4a8409ac70bddb2f5eba79d863087 (diff) | |
download | gcc-0bf0f02717e5029aed0aacda9198e05d7c1d2c2d.zip gcc-0bf0f02717e5029aed0aacda9198e05d7c1d2c2d.tar.gz gcc-0bf0f02717e5029aed0aacda9198e05d7c1d2c2d.tar.bz2 |
download.html: Add link to list of mirror sites.
2000-04-29 Phil Edwards <pme@sourceware.cygnus.com>
* docs/download.html: Add link to list of mirror sites.
From-SVN: r33535
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/docs/download.html | 10 |
2 files changed, 11 insertions, 3 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index f701797..552bf27 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2000-04-29 Phil Edwards <pme@sourceware.cygnus.com> + + * docs/download.html: Add link to list of mirror sites. + 2000-04-26 Nathan C. Myers <ncm@cantrip.org> * bits/basic_string.h: include <bits/atomicity.h> instead diff --git a/libstdc++-v3/docs/download.html b/libstdc++-v3/docs/download.html index c6a834d..0a6a414 100644 --- a/libstdc++-v3/docs/download.html +++ b/libstdc++-v3/docs/download.html @@ -9,7 +9,11 @@ <A HREF="ftp://sourceware.cygnus.com/pub/libstdc++/"> ftp://sourceware.cygnus.com/pub/libstdc++/ </A> -</BLOCKQUOTE></P> +</BLOCKQUOTE> + You will probably need to use one of the + <A HREF="http://sourceware.cygnus.com/mirrors.html">mirror sites</A> + due to the heavy load on the main server. +</P> <P>CVS repository available by anonymous CVS. <UL> @@ -18,8 +22,8 @@ <LI>cvs -z9 -d :pserver:anoncvs@sourceware.cygnus.com:/cvs/libstdc++ co libstdc++ <LI>You only need to specify the repository root the first time; after - that cvs will go to the correct place automatically. Using '-z9' - is highly recommended, as it will reduce the bandwidth required. + that cvs will go to the correct place automatically. Using '-z9' is + <B>highly</B> recommended, as it will reduce the bandwidth required. <LI>You can <A HREF="/cgi-bin/cvsweb.cgi/libstdc++?cvsroot=libstdc++">browse |