From d4826ded629b2c343c4b12e69f20bf1a785d6e4c Mon Sep 17 00:00:00 2001 From: Phil Edwards Date: Tue, 27 Jun 2000 15:56:17 +0000 Subject: [PATCH] install.html: Fix minor typo as reported. 2000-06-27 Phil Edwards * docs/install.html: Fix minor typo as reported. From-SVN: r34733 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/docs/install.html | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index a5c10cef47f..3f149c50399 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2000-06-27 Phil Edwards + + * docs/install.html: Fix minor typo as reported. + 2000-06-13 Brent Verner * bits/string.tcc (string::rfind): Fix. diff --git a/libstdc++-v3/docs/install.html b/libstdc++-v3/docs/install.html index 4e56eda80a8..00e0f6d1f77 100644 --- a/libstdc++-v3/docs/install.html +++ b/libstdc++-v3/docs/install.html @@ -9,7 +9,7 @@ libstdc++-v3 Installation Instructions - + @@ -230,7 +230,7 @@ being built, and also enables -fhonor-std by default. This option is not availab

Now you have a few options:

[re]building everything

If you're building GCC from scratch, you can do the usual - 'make boostrap' here, and libstdc++-v3 will be built + 'make bootstrap' here, and libstdc++-v3 will be built as its default C++ library. The generated g++ will magically use the correct headers, link against the correct library binary, and in general using libstdc++-v3 will be a piece of @@ -381,7 +381,7 @@ To rebuild just libstdc++, use: Comments and suggestions are welcome, and may be sent to Phil Edwards or Gabriel Dos Reis. -
$Id: install.html,v 1.2 2000/06/19 22:20:15 bkoz Exp $ +
$Id: install.html,v 1.3 2000/06/20 23:14:37 bkoz Exp $