From af7b14d22ccbc4c205477df7eb27c30c70f9f502 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 2 Dec 1997 10:50:50 -0700 Subject: [PATCH] More tweaks. From-SVN: r16887 --- INSTALL/FINALINSTALL | 15 ++++++++------- INSTALL/finalinstall.html | 7 +++++-- 2 files changed, 13 insertions(+), 9 deletions(-) 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. -- 2.47.2