|
| From: | Richard Henderson |
| Subject: | Re: [PATCH v2 30/30] configure, meson.build: Mark support for loongarch64 hosts |
| Date: | Wed, 22 Sep 2021 09:53:58 -0700 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 |
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.henderson@linaro.org> r~
| [Prev in Thread] | Current Thread | [Next in Thread] |