aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/install.texi
diff options
context:
space:
mode:
authorAndrew Haley <aph@cambridge.redhat.com>2002-04-17 09:38:09 +0000
committerAndrew Haley <aph@gcc.gnu.org>2002-04-17 09:38:09 +0000
commit58db9d1a88e9dc3d704571284af6515c94129fd3 (patch)
treee74bd28b2f77763cee395abd6d489c3a49d19855 /gcc/doc/install.texi
parent2a7325756a4df01bf22b324e106bd500d433e284 (diff)
downloadgcc-58db9d1a88e9dc3d704571284af6515c94129fd3.zip
gcc-58db9d1a88e9dc3d704571284af6515c94129fd3.tar.gz
gcc-58db9d1a88e9dc3d704571284af6515c94129fd3.tar.bz2
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
Diffstat (limited to 'gcc/doc/install.texi')
-rw-r--r--gcc/doc/install.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 68e42ac..0006e09 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -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}.