commit | dc8a8cc879416620fba7ddff4cb9e766d6873f1b | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Tue Jun 06 00:40:31 2023 +0300 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue Jun 20 10:01:30 2023 +0200 |
tree | 3658fd46409008a4db9ea21d4fce1d56dd10167a | |
parent | 2be6a48673afb3a15ad7a611d5562256707fdc46 [diff] |
tcg/ppc: Define _CALL_AIX for clang on ppc64(be) Restructure the ifdef ladder, separating 64-bit from 32-bit, and ensure _CALL_AIX is set for ELF v1. Fixes the build for ppc64 big-endian host with clang. Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>