| Index: test/cctest/BUILD.gn
|
| diff --git a/test/cctest/BUILD.gn b/test/cctest/BUILD.gn
|
| index 12153173d0a6d35bd7aac0ec023327f97f1a98ba..8eee8e08f875f4bbdcc8db515e41f361120c610e 100644
|
| --- a/test/cctest/BUILD.gn
|
| +++ b/test/cctest/BUILD.gn
|
| @@ -359,7 +359,9 @@ v8_executable("cctest") {
|
|
|
| if (v8_current_cpu == "ppc" || v8_current_cpu == "ppc64" ||
|
| v8_current_cpu == "arm" || v8_current_cpu == "arm64" ||
|
| - v8_current_cpu == "s390" || v8_current_cpu == "s390x") {
|
| + v8_current_cpu == "s390" || v8_current_cpu == "s390x" ||
|
| + v8_current_cpu == "mips" || v8_current_cpu == "mips64" ||
|
| + v8_current_cpu == "mipsel" || v8_current_cpu == "mipsel64") {
|
| # Disable fmadd/fmsub so that expected results match generated code in
|
| # RunFloat64MulAndFloat64Add1 and friends.
|
| cflags += [ "-ffp-contract=off" ]
|
|
|