mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
configure, meson: deprecate 32-bit MIPS
The mipsel architecture is not available in Debian Trixie, and it will likely be a hard failure as soon as we drop support for the old Rust toolchain in Debian Bookworm. Prepare by deprecating 32-bit little endian MIPS in QEMU 9.2. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
0665b3f992
commit
14ed29da41
3 changed files with 17 additions and 5 deletions
|
@ -4720,6 +4720,14 @@ if host_arch == 'unknown'
|
|||
message('configure has succeeded and you can continue to build, but')
|
||||
message('QEMU will use a slow interpreter to emulate the target CPU.')
|
||||
endif
|
||||
elif host_arch == 'mips'
|
||||
message()
|
||||
warning('DEPRECATED HOST CPU')
|
||||
message()
|
||||
message('Support for CPU host architecture ' + cpu + ' is going to be')
|
||||
message('dropped as soon as the QEMU project stops supporting Debian 12')
|
||||
message('("Bookworm"). Going forward, the QEMU project will not guarantee')
|
||||
message('that QEMU will compile or work on this host CPU.')
|
||||
endif
|
||||
|
||||
if not supported_oses.contains(host_os)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue