mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
mips: switch boards to "default y"
Some targets use "default y" for boards to filter out those that require TCG. For consistency we are switching all other targets to do the same. Continue with MIPS. No changes to generated config-devices.mak file. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
bae3e3a5c6
commit
8a1f6d0ebd
5 changed files with 26 additions and 8 deletions
|
@ -649,7 +649,7 @@ build-tci:
|
|||
|
||||
# Check our reduced build configurations
|
||||
# requires libfdt: aarch64, arm, i386, loongarch64, microblaze, microblazeel,
|
||||
# x86_64
|
||||
# mips64el, x86_64
|
||||
# does not build without boards: i386, loongarch64, x86_64
|
||||
build-without-defaults:
|
||||
extends: .native_build_job_template
|
||||
|
@ -665,6 +665,7 @@ build-without-defaults:
|
|||
--disable-qom-cast-debug
|
||||
--disable-strip
|
||||
TARGETS: alpha-softmmu avr-softmmu cris-softmmu hppa-softmmu m68k-softmmu
|
||||
mips-softmmu mips64-softmmu mipsel-softmmu
|
||||
s390x-softmmu sh4-softmmu
|
||||
sparc64-softmmu hexagon-linux-user i386-linux-user s390x-linux-user
|
||||
MAKE_CHECK_ARGS: check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue