|
@@ -648,8 +648,8 @@ build-tci:
|
|
|
- make check-tcg
|
|
|
|
|
|
# Check our reduced build configurations
|
|
|
-# requires libfdt: aarch64, arm, i386, loongarch64, microblaze, microblazeel,
|
|
|
-# mips64el, or1k, ppc, ppc64, riscv32, riscv64, rx, x86_64
|
|
|
+# requires libfdt: aarch64, arm, loongarch64, microblaze, microblazeel,
|
|
|
+# or1k, ppc64, riscv32, riscv64, rx
|
|
|
# fails qtest without boards: i386, x86_64
|
|
|
build-without-defaults:
|
|
|
extends: .native_build_job_template
|
|
@@ -665,8 +665,8 @@ 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 sh4eb-softmmu sparc-softmmu
|
|
|
+ mips-softmmu mips64-softmmu mipsel-softmmu mips64el-softmmu
|
|
|
+ ppc-softmmu s390x-softmmu sh4-softmmu sh4eb-softmmu sparc-softmmu
|
|
|
sparc64-softmmu tricore-softmmu xtensa-softmmu xtensaeb-softmmu
|
|
|
hexagon-linux-user i386-linux-user s390x-linux-user
|
|
|
MAKE_CHECK_ARGS: check
|