]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
More tweaks.
authorJeff Law <law@gcc.gnu.org>
Tue, 2 Dec 1997 17:50:50 +0000 (10:50 -0700)
committerJeff Law <law@gcc.gnu.org>
Tue, 2 Dec 1997 17:50:50 +0000 (10:50 -0700)
From-SVN: r16887

INSTALL/FINALINSTALL
INSTALL/finalinstall.html

index 0a220349db045fa9bf26bd88b5bbc546caa818bc..7b9b47ab6f3af0118c492423520d2bf21bd83774 100644 (file)
@@ -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. 
 
 
-
index 1cb90abc4caac140dd82cc3c37bde3320bef7c54..c7d1b9b45d7b0c2a0df001638a54d174cd1e3347 100644 (file)
@@ -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>.