From: Andrew Haley Date: Wed, 17 Apr 2002 09:38:09 +0000 (+0000) Subject: install.texi (Building): libgcj requires GNU make. X-Git-Tag: releases/gcc-3.3.0~5645 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=58db9d1a88e9dc3d704571284af6515c94129fd3;p=thirdparty%2Fgcc.git install.texi (Building): libgcj requires GNU make. 2002-04-16 Andrew Haley * doc/install.texi (Building): libgcj requires GNU make. From-SVN: r52414 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 76871fd3c6c2..2e1d28615fe2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-04-16 Andrew Haley + + * doc/install.texi (Building): libgcj requires GNU make. + 2002-04-17 Jakub Jelinek PR bootstrap/6315 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 68e42ac4319c..0006e093a7ac 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}.