diff options
author | Thomas Huth <thuth@redhat.com> | 2024-10-24 10:27:34 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2024-11-04 14:16:11 +0100 |
commit | 51cdb6806f405062c2bda3f527e98aaf259d6116 (patch) | |
tree | 5edbd15b3aa0add54888e4a000862f59bd7df5fe /.gitlab-ci.d/crossbuilds.yml | |
parent | 786bc2255256c11efa4c0e689cc9ae3351f2405d (diff) | |
download | qemu-51cdb6806f405062c2bda3f527e98aaf259d6116.zip qemu-51cdb6806f405062c2bda3f527e98aaf259d6116.tar.gz qemu-51cdb6806f405062c2bda3f527e98aaf259d6116.tar.bz2 |
Revert "Remove the unused sh4eb target"
This reverts commit 73ceb12960e686b763415f0880cc5171ccce01cf.
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>
Diffstat (limited to '.gitlab-ci.d/crossbuilds.yml')
-rw-r--r-- | .gitlab-ci.d/crossbuilds.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.d/crossbuilds.yml b/.gitlab-ci.d/crossbuilds.yml index 178f628..95dfc39 100644 --- a/.gitlab-ci.d/crossbuilds.yml +++ b/.gitlab-ci.d/crossbuilds.yml @@ -176,7 +176,7 @@ cross-win64-system: EXTRA_CONFIGURE_OPTS: --enable-fdt=internal --disable-plugins CROSS_SKIP_TARGETS: alpha-softmmu avr-softmmu hppa-softmmu m68k-softmmu microblazeel-softmmu - or1k-softmmu rx-softmmu sh4-softmmu sparc64-softmmu + or1k-softmmu rx-softmmu sh4eb-softmmu sparc64-softmmu tricore-softmmu xtensaeb-softmmu artifacts: when: on_success |