diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2023-05-02 16:15:23 +0100 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2023-05-05 17:09:47 +0100 |
commit | 3ed8d2d4c86e82f7f663695249c5045fa78539c7 (patch) | |
tree | 16ff9f5f34af82dfc278f558d6dfe43d8c3eaece /configs/targets/sparc32plus-linux-user.mak | |
parent | 60abd45224d0cb855bf32789b7b7b78061f1fbd6 (diff) | |
download | qemu-3ed8d2d4c86e82f7f663695249c5045fa78539c7.zip qemu-3ed8d2d4c86e82f7f663695249c5045fa78539c7.tar.gz qemu-3ed8d2d4c86e82f7f663695249c5045fa78539c7.tar.bz2 |
target/sparc: Remove TARGET_ALIGNED_ONLY
Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'configs/targets/sparc32plus-linux-user.mak')
-rw-r--r-- | configs/targets/sparc32plus-linux-user.mak | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/targets/sparc32plus-linux-user.mak b/configs/targets/sparc32plus-linux-user.mak index a65c095..6cc8fa5 100644 --- a/configs/targets/sparc32plus-linux-user.mak +++ b/configs/targets/sparc32plus-linux-user.mak @@ -4,5 +4,4 @@ TARGET_BASE_ARCH=sparc TARGET_ABI_DIR=sparc TARGET_SYSTBL_ABI=common,32 TARGET_SYSTBL=syscall.tbl -TARGET_ALIGNED_ONLY=y TARGET_BIG_ENDIAN=y |