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.
- 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?