- What does this have to do with the top-level LDFLAGS? I didn't
change them
because I don't want cc1 and cc1plus to also have 128meg of stack, do I?
Look at config/mh-mingw, where this is set in LDFLAGS for the entire
build. A while back, someone or other decided that this was the right
thing to do. This value should be propagated into gcc/java, the same
way that it is for everything else, but for some weird reason, it
doesn't propagate through the build machinery. The value that is there
is large enough for jc1.exe to compile libjava.
I think the right thing to do is fix that bug, rather than just hacking
it to use the flag that it should already be using, if you see what I mean.