summaryrefslogtreecommitdiffhomepage
path: root/src/tests/qemu/arch/mips64el.config
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-10-01 18:56:04 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-10-02 14:37:53 +0200
commitdb3b2ee65fec9d5649bf22df2776b33647927567 (patch)
treeab2552b5289efba65bbce3c9289efe065bb3c622 /src/tests/qemu/arch/mips64el.config
parentefeac267d97caaaf53ce74d9cb22df8ab244db30 (diff)
qemu: give up and accept a mips64r2 world
We can't do SMP this way, and we also fall back to using the default N32 ABI, which is a bummer. But the mips64r6 toolchain is too much of a hassle to build with Gentoo's crossdev, and at least this works. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/tests/qemu/arch/mips64el.config')
-rw-r--r--src/tests/qemu/arch/mips64el.config3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tests/qemu/arch/mips64el.config b/src/tests/qemu/arch/mips64el.config
index 2529a60..5b7ef76 100644
--- a/src/tests/qemu/arch/mips64el.config
+++ b/src/tests/qemu/arch/mips64el.config
@@ -1,5 +1,6 @@
CONFIG_64BIT=y
-CONFIG_CPU_MIPS64_R6=y
+CONFIG_CPU_MIPS64_R2=y
+CONFIG_MIPS32_N32=y
CONFIG_CPU_HAS_MSA=y
CONFIG_MIPS_MALTA=y
CONFIG_CPU_LITTLE_ENDIAN=y