aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1997-12-02 10:50:50 -0700
committerJeff Law <law@gcc.gnu.org>1997-12-02 10:50:50 -0700
commitaf7b14d22ccbc4c205477df7eb27c30c70f9f502 (patch)
tree26f534791b366ef83fc21ad1808c20d239accc2c /INSTALL
parent3a734db3702ebc0c355e37002ef9024b6e140744 (diff)
More tweaks.
From-SVN: r16887
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL/FINALINSTALL15
-rw-r--r--INSTALL/finalinstall.html7
2 files changed, 13 insertions, 9 deletions
diff --git a/INSTALL/FINALINSTALL b/INSTALL/FINALINSTALL
index 0a220349db0..7b9b47ab6f3 100644
--- a/INSTALL/FINALINSTALL
+++ b/INSTALL/FINALINSTALL
@@ -1,17 +1,18 @@
Final install egcs-1.00
Now that egcs has been built and tested, you can install it with
-"cd objdir; make install".
+`cd objdir; make install' for a native compiler or
+`cd objdir; make install LANGUAGES="c gcov c++"' for a cross compiler (note
+installing cross compilers will be easier in the next release!).
-That step completes the installation of egcs; user level binaries can be found
-in prefix/bin where prefix is the value you specified with the --prefix to
+That step completes the installation of egcs; user level binaries can be found
+in prefix/bin where prefix is the value you specified with the --prefix to
configure (or /usr/local by default).
-If you don't mind, please send egcs@cygnus.com a short mail message
-indicating that you successfully built and installed egcs. Include the output
-from running srcdirconfig.guess.
+If you don't mind, please send egcs@cygnus.com a short mail message indicating
+that you successfully built and installed egcs. Include the output from running
+srcdir/config.guess.
If you find a bug in egcs, please report it to egcs-bugs@cygnus.com.
-
diff --git a/INSTALL/finalinstall.html b/INSTALL/finalinstall.html
index 1cb90abc4ca..c7d1b9b45d7 100644
--- a/INSTALL/finalinstall.html
+++ b/INSTALL/finalinstall.html
@@ -6,7 +6,10 @@
<h1 align="center">Final install egcs-1.00</h1>
<p>Now that egcs has been built and tested, you can install it with
-"cd <i>objdir</i>; make install".
+`cd <i>objdir</i>; make install' for a native compiler or
+`cd <i>objdir</i>; make install LANGUAGES="c gcov c++"' for a cross compiler
+(note installing cross compilers will be easier in the next release!).
+
<p>That step completes the installation of egcs; user level binaries can
be found in <i>prefix</i>/bin where <i>prefix</i> is the value you specified
@@ -14,7 +17,7 @@ with the --prefix to configure (or /usr/local by default).
<p>If you don't mind, please send egcs@cygnus.com a short mail message
indicating that you successfully built and installed egcs. Include
-the output from running <i>srcdir</i>config.guess.
+the output from running <i>srcdir</i>/config.guess.
<p>If you find a bug in egcs, please report it to
<a href="mailto:egcs-bugs@cygnus.com">egcs-bugs@cygnus.com</a>.