diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2023-05-02 11:18:14 +0100 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2023-05-11 09:53:41 +0100 |
commit | 8244189419f9bf290b03a5993401d722533de972 (patch) | |
tree | 7a5a79c5eb6c7643773f10eda7835f00fa1a813b /configs/targets/sh4eb-softmmu.mak | |
parent | 03a0d87e8ddc2577151b02d5b93c577ac48b133a (diff) |
target/sh4: Remove TARGET_ALIGNED_ONLY
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'configs/targets/sh4eb-softmmu.mak')
-rw-r--r-- | configs/targets/sh4eb-softmmu.mak | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/targets/sh4eb-softmmu.mak b/configs/targets/sh4eb-softmmu.mak index dc8b30bf7a..226b1fc698 100644 --- a/configs/targets/sh4eb-softmmu.mak +++ b/configs/targets/sh4eb-softmmu.mak @@ -1,3 +1,2 @@ TARGET_ARCH=sh4 -TARGET_ALIGNED_ONLY=y TARGET_BIG_ENDIAN=y |