commit | 007cd176e590c77e91d1531ec5acbe86b15b0f00 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Tue Jun 06 19:42:58 2023 +0000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed Jun 07 08:35:13 2023 -0700 |
tree | 44f9ac2b7f04cc86e66473f7d1006f97d8fd6f28 | |
parent | 0cabaef3ed13697e2da0ceb18b3da9e21d0b4d83 [diff] |
target/arm: Only include tcg/oversized-guest.h if CONFIG_TCG Fixes the build for --disable-tcg. This header is only needed for cross-hosting. Without CONFIG_TCG, we know this is an AArch64 host, CONFIG_ATOMIC64 will be set, and the TCG_OVERSIZED_GUEST block will never be compiled. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>