mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
system: Remove support for CRIS target
We are about to remove the CRIS target, so remove the sysemu part. This remove the CRIS 'none' machine. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Acked-by: Edgar E. Iglesias <edgar.iglesias@amd.com> Message-ID: <20240904143603.52934-13-philmd@linaro.org>
This commit is contained in:
parent
5b0b67d49d
commit
01d01edc9f
6 changed files with 3 additions and 6 deletions
|
@ -6,7 +6,6 @@ enum {
|
|||
QEMU_ARCH_ALL = -1,
|
||||
QEMU_ARCH_ALPHA = (1 << 0),
|
||||
QEMU_ARCH_ARM = (1 << 1),
|
||||
QEMU_ARCH_CRIS = (1 << 2),
|
||||
QEMU_ARCH_I386 = (1 << 3),
|
||||
QEMU_ARCH_M68K = (1 << 4),
|
||||
QEMU_ARCH_MICROBLAZE = (1 << 6),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue