libjava broken on the trunk on i386-darwin8.11
Ralf Wildenhues
Ralf.Wildenhues@gmx.de
Wed Sep 30 05:50:00 GMT 2009
Hi Dave,
* Dave Korn wrote on Wed, Sep 30, 2009 at 03:47:51AM CEST:
> --- configure.host (revision 152310)
> +++ configure.host (working copy)
> @@ -347,6 +349,7 @@ case "${host}" in
> BACKTRACESPEC=
> # Win32 DLLs are limited to 64k exported symbols each.
> enable_libgcj_sublibs_default=yes
> + libgcj_sublib_ltflags=-no-undefined -bindir $(bindir)
This is shell script, so you need to quote spaces on the right hand side
of the assignment, otherwise this is a temporary variable setting for
the duration of invoking a "-bindir" command.
More generally though, why don't you simply pass these flags
unconditionally on all systems, not just w32 ones?
Cheers,
Ralf
More information about the Java-patches
mailing list