On 9/21/21 1:19 PM, WANG Xuerui wrote:
@@ -269,6 +269,8 @@ if not get_option('tcg').disabled() tcg_arch = 's390' elif config_host['ARCH'] in ['x86_64', 'x32'] tcg_arch = 'i386' + elif config_host['ARCH'] == 'loongarch64' + tcg_arch = 'loongarch64'
You can drop this hunk. Otherwise, Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~