This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: Time to update documentation regarding supported make implementations?


>>>>> "Loren" == Loren James Rittle <rittle at latour dot rsch dot comm dot mot dot com> writes:

Loren> (3) (all branches since libjava was rolled into the main tree
Loren> and especially since it was made the default for many/most/all
Loren> platforms:)

Loren> GNU make required due to explicit use of GNU make "include
Loren> file" feature.

That's not the only GNU make dependency in the libjava Makefile.
Search for `GNU make' in libjava/Makefile.am.  (There are a couple
that aren't documented; search for $(shell..).  The lack of a note is
a bug, since we intended to at least mark them all.)

Some of these we can get rid of with a newer automake.

The tricky one is the command-line length limit problem.
See the libgcj.la target.  There's probably a way to fix it, but
nobody has looked.

Tom


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