Commit 58db9d1a by Andrew Haley Committed by Andrew Haley

install.texi (Building): libgcj requires GNU make.

2002-04-16  Andrew Haley  <aph@cambridge.redhat.com>

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

From-SVN: r52414
parent 2a732575
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> 2002-04-17 Jakub Jelinek <jakub@redhat.com>
PR bootstrap/6315 PR bootstrap/6315
......
...@@ -865,9 +865,10 @@ corresponding @option{--without} option. ...@@ -865,9 +865,10 @@ corresponding @option{--without} option.
Now that GCC is configured, you are ready to build the compiler and Now that GCC is configured, you are ready to build the compiler and
runtime libraries. 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. 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 (For example, many broken versions of make will fail if you use the
recommended setup where @var{objdir} is different from @var{srcdir}. recommended setup where @var{objdir} is different from @var{srcdir}.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment