mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
s390x: select correct components for no-board build
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-ID: <20240509170044.190795-5-pbonzini@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
a55ae46683
commit
e799b65fae
2 changed files with 4 additions and 2 deletions
|
@ -650,7 +650,7 @@ build-tci:
|
||||||
# Check our reduced build configurations
|
# Check our reduced build configurations
|
||||||
# requires libfdt: aarch64, arm, i386, loongarch64, microblaze, microblazeel,
|
# requires libfdt: aarch64, arm, i386, loongarch64, microblaze, microblazeel,
|
||||||
# mips64el, or1k, ppc, ppc64, riscv32, riscv64, rx, x86_64
|
# mips64el, or1k, ppc, ppc64, riscv32, riscv64, rx, x86_64
|
||||||
# does not build without boards: i386, s390x, x86_64
|
# does not build without boards: i386, x86_64
|
||||||
build-without-defaults:
|
build-without-defaults:
|
||||||
extends: .native_build_job_template
|
extends: .native_build_job_template
|
||||||
needs:
|
needs:
|
||||||
|
@ -666,7 +666,7 @@ build-without-defaults:
|
||||||
--disable-strip
|
--disable-strip
|
||||||
TARGETS: alpha-softmmu avr-softmmu cris-softmmu hppa-softmmu m68k-softmmu
|
TARGETS: alpha-softmmu avr-softmmu cris-softmmu hppa-softmmu m68k-softmmu
|
||||||
mips-softmmu mips64-softmmu mipsel-softmmu
|
mips-softmmu mips64-softmmu mipsel-softmmu
|
||||||
sh4-softmmu sh4eb-softmmu sparc-softmmu
|
s390x-softmmu sh4-softmmu sh4eb-softmmu sparc-softmmu
|
||||||
sparc64-softmmu tricore-softmmu xtensa-softmmu xtensaeb-softmmu
|
sparc64-softmmu tricore-softmmu xtensa-softmmu xtensaeb-softmmu
|
||||||
hexagon-linux-user i386-linux-user s390x-linux-user
|
hexagon-linux-user i386-linux-user s390x-linux-user
|
||||||
MAKE_CHECK_ARGS: check
|
MAKE_CHECK_ARGS: check
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
config S390X
|
config S390X
|
||||||
bool
|
bool
|
||||||
|
select PCI
|
||||||
|
select S390_FLIC
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue