This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
RE: Patch: support non-libffi enabled platforms
- To: <tromey at redhat dot com>
- Subject: RE: Patch: support non-libffi enabled platforms
- From: "Anthony Green" <green at redhat dot com>
- Date: Thu, 15 Feb 2001 09:32:36 -0800
- Cc: <java-patches at gcc dot gnu dot org>
- Reply-To: <green at cygnus dot com>
Tom wrote:
> One easy way would be to have the libffi configure generate a short
> shell script that sets some variables:
>
> libffi_enabled='yes|no'
> libffi_closures_enabled='yes|no'
And we would slurp it out of the build directory? Or install it?
AG