Typo: On 2024/07/10 15:50, rokuyama.rk%gmail.com@localhost wrote:
Also, if `env HOST_CFLAGS='-O0 -mtune=generic' HOST_CXXFLAGS='-O -mtune=generic'` is used, our GCC/x86_64 10.5 seems to generate working GCC/sh3 12.4.
This should read: `env HOST_CFLAGS='-O -mtune=generic' HOST_CXXFLAGS='-O -mtune=generic'` No need to add -O0 to HOST_CFLAGS. Thanks, rin