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: --without-libffi


>>>>> "Anthony" == Anthony Green <green@redhat.com> writes:

Anthony> Yesterday I built libgcj for a target with no libffi port.
Anthony> This patch introduces a --without-libffi configure option,
Anthony> and allows you to set with_libffi_default in configure.host.

Is there any way we can get this information automatically?
Say by looking at libffi?  I think that would be best.

Actually I think it makes sense to do both things: if libffi doesn't
work, disable the support in libgcj -- but also disable the support if
the user asks for it to be disabled.

Anthony> I also tweaked --disable-java-net processing because it
Anthony> didn't seem to be working properly.  I replaced this bit with
Anthony> proper testing in AC_ARG_ENABLE...

I already checked in a patch that fixes this.  The sense of the test
was wrong.  Could you remove this part from your patch?

Anthony> Ok for branch and trunk?

I think it should only go on the trunk.

Tom


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