Skip to content

Commit 97aa183

Browse files
committed
Build mips64 by default
1 parent 89abdc0 commit 97aa183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ msg() {
1818
}
1919

2020
# Default targets to build. Change with argument. small = i386-softmmu
21-
TARGET_LIST="x86_64-softmmu,i386-softmmu,arm-softmmu,aarch64-softmmu,ppc-softmmu,mips-softmmu,mipsel-softmmu"
21+
TARGET_LIST="x86_64-softmmu,i386-softmmu,arm-softmmu,aarch64-softmmu,ppc-softmmu,mips-softmmu,mipsel-softmmu,mips64-softmmu"
2222
LLVM_CONFIG_BINARY="${LLVM_CONFIG_BINARY:-llvm-config-11}"
2323

2424
pypanda=""

0 commit comments

Comments
 (0)