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

Pedro Alves pedro@codesourcery.com
Sat Apr 11 23:15:00 GMT 2009


On Saturday 11 April 2009 19:22:25, Dave Korn wrote:
> >> Index: gcc/config/i386/t-cygming
> > 
> >> +jc1$(exeext): LDFLAGS+=-Wl,-stack,0x8000000
> > 
> > I think it would be better to figure out why the top-level LDFLAGS does
> > not get propagated properly into java as it does for every other
> > language, rather than sticking in this hack.
> 
>   Two questions:
> 
> -  Why "hack"?  It's a robust mechanism specified in the GNU Make manual as
> far as I know.

Isn't this a *host* issue rather than a *target* problem?  If so, it would
seem to me that a t-* file would be the wrong place for this.  E.g., would a
linux x cygwin gcj need this?  What about a cygwin x linux gcj ?

-- 
Pedro Alves



More information about the Java-patches mailing list