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]
Other format: [Raw text]

Re: [PATCH] Build libgcj, libgcj-tools, and libffi as shared libraries on Windows


Dave Korn wrote:
> Aaron W. LaFramboise wrote:
>> This patch builds libgcj, libgcj-tools, and libffi as DLLs on Windows.
> 
>   This patch revises and updates Aaron's old patch from last August.  It adds
> some essential support for Cygwin that the previous patch didn't have, and
> does things slightly differently in places.
> 
>   There's only one substantial addition: I added a mechanism in libffi's build
> system to allow the override of $toolexeclibdir.  We use this on Cygwin to
> install the newly built libffi into the GCC private directory alongside cc1 et
> al., as we may have a different upstream version of libffi-devel installed in
> /usr/lib and /usr/include.
> 
>   I'm just putting this through a bootstrap at the moment.  There's not going
> to be much to test because none of this used to be built on Cygwin at all
> before, so it can hardly regress.  If it bootstraps and builds nice working
> DLLs, OK for HEAD?

I'm going to ask for libgcj test results: we need to know if it's fit for
use.

Andrew.


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