aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2023-05-02 09:53:13 +0100
committerRichard Henderson <richard.henderson@linaro.org>2023-05-05 17:05:58 +0100
commit0bd447ee6491b7f3163271aebf753f94fa6b148d (patch)
tree8b283abf3a6f1910dd06431c5f9670eabbf09441 /configs
parent2d4afb03e42aa4b77b5e04acf148781b565b36d2 (diff)
downloadqemu-0bd447ee6491b7f3163271aebf753f94fa6b148d.zip
qemu-0bd447ee6491b7f3163271aebf753f94fa6b148d.tar.gz
qemu-0bd447ee6491b7f3163271aebf753f94fa6b148d.tar.bz2
target/hppa: Remove TARGET_ALIGNED_ONLY
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/targets/hppa-linux-user.mak1
-rw-r--r--configs/targets/hppa-softmmu.mak1
2 files changed, 0 insertions, 2 deletions
diff --git a/configs/targets/hppa-linux-user.mak b/configs/targets/hppa-linux-user.mak
index db873a8..361ea39 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 44f07b0..a41662a 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