diff options
author | Thomas Huth <thuth@redhat.com> | 2024-09-26 12:58:43 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2024-10-02 10:21:39 +0200 |
commit | 73ceb12960e686b763415f0880cc5171ccce01cf (patch) | |
tree | 7955178a64b9574e71e740ce5c6dc598295c0bdc /.gitlab-ci.d/buildtest.yml | |
parent | 01063ba5e7490f209e13b28e700195c9d4800b73 (diff) | |
download | qemu-73ceb12960e686b763415f0880cc5171ccce01cf.zip qemu-73ceb12960e686b763415f0880cc5171ccce01cf.tar.gz qemu-73ceb12960e686b763415f0880cc5171ccce01cf.tar.bz2 |
Remove the unused sh4eb target
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>
Diffstat (limited to '.gitlab-ci.d/buildtest.yml')
-rw-r--r-- | .gitlab-ci.d/buildtest.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml index 87848c2..669c980 100644 --- a/.gitlab-ci.d/buildtest.yml +++ b/.gitlab-ci.d/buildtest.yml @@ -72,7 +72,7 @@ build-system-debian: variables: IMAGE: debian CONFIGURE_ARGS: --with-coroutine=sigaltstack - TARGETS: arm-softmmu i386-softmmu riscv64-softmmu sh4eb-softmmu + TARGETS: arm-softmmu i386-softmmu riscv64-softmmu sh4-softmmu sparc-softmmu xtensa-softmmu MAKE_CHECK_ARGS: check-build |