diff options
Diffstat (limited to 'meta/recipes-devtools')
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-testsuite.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-testsuite.inc b/meta/recipes-devtools/gcc/gcc-testsuite.inc index 0a950b6c9e..af6c7ad5a9 100644 --- a/meta/recipes-devtools/gcc/gcc-testsuite.inc +++ b/meta/recipes-devtools/gcc/gcc-testsuite.inc | |||
| @@ -53,8 +53,8 @@ python check_prepare() { | |||
| 53 | # - valid for x86*, powerpc, arm, arm64 | 53 | # - valid for x86*, powerpc, arm, arm64 |
| 54 | if qemu_binary.endswith(("x86_64", "i386", "arm", "aarch64")): | 54 | if qemu_binary.endswith(("x86_64", "i386", "arm", "aarch64")): |
| 55 | args += ["-cpu", "max"] | 55 | args += ["-cpu", "max"] |
| 56 | elif qemu_binary.endswith(("ppc", "mips", "mips64")): | 56 | else: |
| 57 | extra = d.getVar("QEMU_EXTRAOPTIONS_%s" % d.getVar('PACKAGE_ARCH')) | 57 | extra = d.getVar("QEMU_EXTRAOPTIONS_%s" % d.getVar('TUNE_PKGARCH')) |
| 58 | if extra: | 58 | if extra: |
| 59 | args += extra.split() | 59 | args += extra.split() |
| 60 | # For mips64 we could set a maximal CPU (e.g. Loongson-3A4000) however they either have MSA | 60 | # For mips64 we could set a maximal CPU (e.g. Loongson-3A4000) however they either have MSA |
