From: Jeff Law Date: Tue, 2 Dec 1997 17:55:40 +0000 (-0700) Subject: Another tweak. X-Git-Tag: releases/egcs-1.0.0~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12e4154db5b691098175aa530722581e31bbc7a5;p=thirdparty%2Fgcc.git Another tweak. From-SVN: r16889 --- diff --git a/INSTALL/finalinstall.html b/INSTALL/finalinstall.html index c7d1b9b45d7b..b7673107d0b7 100644 --- a/INSTALL/finalinstall.html +++ b/INSTALL/finalinstall.html @@ -7,7 +7,7 @@

Now that egcs has been built and tested, you can install it with `cd objdir; make install' for a native compiler or -`cd objdir; make install LANGUAGES="c gcov c++"' for a cross compiler +`cd objdir; make install LANGUAGES="c c++"' for a cross compiler (note installing cross compilers will be easier in the next release!).