On 6/4/21 8:53 AM, Alex Bennée wrote:
config ARM_V7M bool + # currently v7M must be included in a TCG build due to translate.c + default y if TCG && (ARM || AARCH64) select PTIMER + select ARM_COMPATIBLE_SEMIHOSTING
I don't really understand "default", because if one were to set ARM_V7M=n in the config, things wouldn't work. But I guess the comment sort-of covers that.
I'll give you an Acked-by: Richard Henderson <richard.hender...@linaro.org> anyway, because it does seem an improvement for the --disable-tcg case. r~