This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch: PR 6081


A matter-of-fact correction.

Rainer Orth writes:
 > 
 > libjava/Makefile.am already uses a couple of GNU make features

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

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

Index: install.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/install.texi,v
retrieving revision 1.96
diff -w -p -2 -c -r1.96 install.texi
*** install.texi        29 Mar 2002 22:01:18 -0000      1.96
--- install.texi        16 Apr 2002 17:00:40 -0000
*************** runtime libraries.
*** 869,873 ****
  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.
  
  (For example, many broken versions of make will fail if you use the
--- 869,874 ----
  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) and the Java
! runtime library.
  
  (For example, many broken versions of make will fail if you use the

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]