From: Richard Henderson Date: Tue, 2 May 2023 08:53:13 +0000 (+0100) Subject: target/hppa: Remove TARGET_ALIGNED_ONLY X-Git-Tag: qemu-xen-4.20.0~767^2~27 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=0bd447ee6491b7f3163271aebf753f94fa6b148d;p=qemu-xen.git target/hppa: Remove TARGET_ALIGNED_ONLY Signed-off-by: Richard Henderson --- diff --git a/configs/targets/hppa-linux-user.mak b/configs/targets/hppa-linux-user.mak index db873a8796..361ea39d71 100644 --- a/configs/targets/hppa-linux-user.mak +++ b/configs/targets/hppa-linux-user.mak @@ -1,5 +1,4 @@ TARGET_ARCH=hppa TARGET_SYSTBL_ABI=common,32 TARGET_SYSTBL=syscall.tbl -TARGET_ALIGNED_ONLY=y TARGET_BIG_ENDIAN=y diff --git a/configs/targets/hppa-softmmu.mak b/configs/targets/hppa-softmmu.mak index 44f07b0332..a41662aa99 100644 --- a/configs/targets/hppa-softmmu.mak +++ b/configs/targets/hppa-softmmu.mak @@ -1,4 +1,3 @@ TARGET_ARCH=hppa -TARGET_ALIGNED_ONLY=y TARGET_BIG_ENDIAN=y TARGET_SUPPORTS_MTTCG=y