install.texi (Building): libgcj requires GNU make.
authorAndrew Haley <aph@cambridge.redhat.com>
Wed, 17 Apr 2002 09:38:09 +0000 (09:38 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Wed, 17 Apr 2002 09:38:09 +0000 (09:38 +0000)
2002-04-16  Andrew Haley  <aph@cambridge.redhat.com>

* doc/install.texi (Building): libgcj requires GNU make.

From-SVN: r52414

gcc/ChangeLog
gcc/doc/install.texi

index 76871fd3c6c273ee71b63ef13b4fc160c4844630..2e1d28615fe2173e75280e0dda39a8cbb12c5fc0 100644 (file)
@@ -1,3 +1,7 @@
+2002-04-16  Andrew Haley  <aph@cambridge.redhat.com>
+
+       * doc/install.texi (Building): libgcj requires GNU make.
+
 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
 
        PR bootstrap/6315
index 68e42ac4319c00f2ad073ea6f13369dc6fe3916f..0006e093a7ac50c55229f80905dad28d2c00fe86 100644 (file)
@@ -865,9 +865,10 @@ corresponding @option{--without} option.
 Now that GCC is configured, you are ready to build the compiler and
 runtime libraries.
 
-We @strong{highly} recommend that GCC be built using GNU make;
+We @strong{highly} recommend that GCC be built using GNU make; 
 other versions may work, then again they might not.
-GNU make is required for compiling GNAT, the Ada compiler.
+GNU make is required for compiling GNAT (the Ada compiler) and the Java
+runtime library.
 
 (For example, many broken versions of make will fail if you use the
 recommended setup where @var{objdir} is different from @var{srcdir}.