Revert "Remove the unused sh4eb target"
This reverts commit 73ceb12960.
The "r2d" machine can work in big endian mode, see:
https://lore.kernel.org/qemu-devel/d6755445-1060-48a8-82b6-2f392c21f9b9@landley.net/
So the reasoning for removing sh4eb was wrong.
Message-ID: <20241024082735.42324-2-thuth@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Rob Landley <rob@landley.net>
Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
786bc22552
commit
51cdb6806f
11 changed files with 14 additions and 5 deletions
3
configs/devices/sh4eb-softmmu/default.mak
Normal file
3
configs/devices/sh4eb-softmmu/default.mak
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Default configuration for sh4eb-softmmu
|
||||
|
||||
include ../sh4-softmmu/default.mak
|
||||
2
configs/targets/sh4eb-softmmu.mak
Normal file
2
configs/targets/sh4eb-softmmu.mak
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
TARGET_ARCH=sh4
|
||||
TARGET_BIG_ENDIAN=y
|
||||
Loading…
Add table
Add a link
Reference in a new issue