Commit 4027f59f authored by Zhao Jiazhong's avatar Zhao Jiazhong Committed by Commit Bot

[mips][BUILD] Disable v8_reverse_jsargs

Reverse JS arguments hasn't been implemented on mips

Change-Id: Ie6adb1c55de06838cb530966b1b54fb4b542350f
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2371477Reviewed-by: 's avatarVictor Gomes <victorgomes@chromium.org>
Commit-Queue: Zhao Jiazhong <zhaojiazhong-hf@loongson.cn>
Cr-Commit-Position: refs/heads/master@{#69532}
parent e02e5107
......@@ -112,7 +112,8 @@ declare_args() {
# Reverse JS arguments order in the stack (sets -dV8_REVERSE_JSARGS).
v8_enable_reverse_jsargs =
v8_current_cpu != "ppc" && v8_current_cpu != "ppc64" &&
v8_current_cpu != "s390" && v8_current_cpu != "s390x"
v8_current_cpu != "s390" && v8_current_cpu != "s390x" &&
v8_current_cpu != "mipsel" && v8_current_cpu != "mips64el"
# Sets -dOBJECT_PRINT.
v8_enable_object_print = ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment