diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2023-12-19 11:51:29 +0100 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2024-01-11 21:09:28 +0300 |
commit | 9ee4603a86624a5c9507a79086110daf830159a4 (patch) | |
tree | 468a53911510f6fd3e27c160e525337979ab8e50 /tests | |
parent | b88191085977d0659fab6ebdead8488e5c34c8b6 (diff) | |
download | qemu-9ee4603a86624a5c9507a79086110daf830159a4.zip qemu-9ee4603a86624a5c9507a79086110daf830159a4.tar.gz qemu-9ee4603a86624a5c9507a79086110daf830159a4.tar.bz2 |
util: fix build with musl libc on ppc64le
Use PPC_FEATURE2_ISEL and PPC_FEATURE2_VEC_CRYPTO from linux headers
instead of the GNU specific PPC_FEATURE2_HAS_ISEL and
PPC_FEATURE2_HAS_VEC_CRYPTO. This fixes build with musl libc.
Cc: qemu-stable@nongnu.org
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1861
Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
Fixes: 63922f467a ("tcg/ppc: Replace HAVE_ISEL macro with a variable")
Fixes: 68f340d4cd ("tcg/ppc: Enable Altivec detection")
Message-Id: <20231219105236.7059-1-ncopa@alpinelinux.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
(cherry picked from commit 1d513e06d96697f44de4a1b85c6ff627c443e306)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions