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]

Re: Patch: support non-libffi enabled platforms


On Feb 15, 2001, "Anthony Green" <green@redhat.com> wrote:

> 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?

Installing it as libffi-config would probably be fine, but we'd need
some way to get it from the build tree in preference to from the PATH.
Maybe with some additional machinery to dump the options to stdout if
requested, such as gtk-config.

But I'm still fonder of a C header-file.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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