Michael Beck Thu, 05 Sep 2024 00:15:15 -0700
Hi,
this might be related to bug 774439, or another problem, anyway. The arc sources are written with char == signed char in mind. Hence the Makefile needs a -fsigned-char. This fixes similar crashes on my ARM64 machine. -- Michael Beck.