This is the mail archive of the gcc-patches@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: don't build libgcj dirs for Xtensa targets


>>>>> "Bob" == Bob Wilson <bwilson@tensilica.com> writes:

Bob> libffi has not been ported to Xtensa targets, and apparently it
Bob> is needed to build libgcj.

libffi should only be required if you need reflection (this needs the
normal libffi API) or the interpreter (this needs the closure API as
well).

The way to fix this is to add "with_libffi_default=no" to the
appropriate place in libjava/configure.host.

Bob> This seems pretty standard for embedded targets.

True enough.  However, libjava should build fine against newlib at
least.  Though I'm sure someone here can pipe up to tell you about the
many times it has been broken :-/

Tom


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