From: Jeff Law Date: Tue, 2 Dec 1997 17:50:50 +0000 (-0700) Subject: More tweaks. X-Git-Tag: releases/egcs-1.0.0~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af7b14d22ccbc4c205477df7eb27c30c70f9f502;p=thirdparty%2Fgcc.git More tweaks. From-SVN: r16887 --- diff --git a/INSTALL/FINALINSTALL b/INSTALL/FINALINSTALL index 0a220349db04..7b9b47ab6f3a 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 1cb90abc4caa..c7d1b9b45d7b 100644 --- a/INSTALL/finalinstall.html +++ b/INSTALL/finalinstall.html @@ -6,7 +6,10 @@

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 @@ -14,7 +17,7 @@ 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. +the output from running srcdir/config.guess.

If you find a bug in egcs, please report it to egcs-bugs@cygnus.com.