Browse Source
Since the "shix" machine has been removed, the "r2d" machine is the only machine that is still available for the sh4 and sh4eb targets. However, the "r2d" machine apparently does not work in big endian mode, see here: https://lore.kernel.org/qemu-devel/87a5fwjjew.wl-ysato@users.sourceforge.jp/ So there is no working machine left in the sh4eb-softmmu target, i.e. it is currently completely useless. Thus remove it from the configuration now. (Note: The linux-user binary is not removed since it might still be used to run sh4 binaries in big endian mode). Message-ID: <20240926105843.81385-1-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>pull/271/head
11 changed files with 5 additions and 14 deletions
@ -1,3 +0,0 @@ |
|||
# Default configuration for sh4eb-softmmu
|
|||
|
|||
include ../sh4-softmmu/default.mak |
|||
@ -1,2 +0,0 @@ |
|||
TARGET_ARCH=sh4 |
|||
TARGET_BIG_ENDIAN=y |
|||
Loading…
Reference in new issue