./configure --enable-zero

Mark Wielaard mark at klomp.org
Thu Feb 14 11:01:19 PST 2008


On Thu, 2008-02-14 at 15:35 +0000, Gary Benson wrote:
> My last commit should allow you to use the zero-assembler port on
> x86 and x86_64 by starting your build with ./configure --enable-zero.
> It ought to work, but I haven't been able to test it because I don't
> have an x86_64 machine handy and when I tried it on an i686 g++
> printed a screenful of lisp and bombed out which I presume was it's
> way of saying "compiler error".  So YMMV...

Nice. I tried to make a configure check for libffi so that it sets
LIBFFI_LIBS and LIBFFI_CFLAGS correctly which is a bit of a puzzle since
the debian libffi package installs things just in /usr/include, but with
the new proposed fedora libffi package [*] you have to use pkgconfig
(the debian package doesn't support pkgconfig atm). Attached is a patch
to do that. But now I need to figure out how to pass these flags down to
the openjdk build infrastructure. Anyone know how to do that cleanly?

Thanks,

Mark

[*] https://bugzilla.redhat.com/show_bug.cgi?id=431633#c20
-------------- next part --------------
A non-text attachment was scrubbed...
Name: acinclude_ffiflags.patch
Type: text/x-patch
Size: 888 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20080214/2ac0209d/acinclude_ffiflags.patch 


More information about the distro-pkg-dev mailing list