]> git.proxmox.com Git - mirror_qemu.git/commit
tcg/ppc: Define _CALL_AIX for clang on ppc64(be)
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 5 Jun 2023 21:40:31 +0000 (00:40 +0300)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 20 Jun 2023 08:01:30 +0000 (10:01 +0200)
commitdc8a8cc879416620fba7ddff4cb9e766d6873f1b
tree3658fd46409008a4db9ea21d4fce1d56dd10167a
parent2be6a48673afb3a15ad7a611d5562256707fdc46
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>
tcg/ppc/tcg-target.c.inc