https://sourceware.org/bugzilla/show_bug.cgi?id=30448
--- Comment #3 from Tom Kacvinsky <tkacvins at gmail dot com> ---
Have a different take on this issue now. I was able to get 2.34 working. I
had to modify pep.em to get it to build on MSYS2 + MinGW-w64.
The commit that was partially reverted was 1ff6de031241. In that commit there
was this section of code
${LDEMUL_EMIT_CTF_EARLY-NULL}
which the genscripts.sh script did not like (it was one of the few things that
cased a hang in that script). Replacing that by just NULL, as well as doing
the same for
${LDEMUL_EXAMINE_STRTAB_FOR_CTF-NULL}
and a few other constructs like that helped with the problem.
--
You are receiving this mail because:
You are on the CC list for the bug.