This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: don't build libgcj dirs for Xtensa targets
- From: Tom Tromey <tromey at redhat dot com>
- To: Bob Wilson <bwilson at tensilica dot com>
- Cc: Gcc Patch List <gcc-patches at gcc dot gnu dot org>
- Date: 10 Jul 2003 08:59:26 -0600
- Subject: Re: don't build libgcj dirs for Xtensa targets
- References: <3F0CF53D.FB8D9D00@tensilica.com>
- Reply-to: tromey at redhat dot com
>>>>> "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