Index: snapshot_toolchain.gni |
diff --git a/snapshot_toolchain.gni b/snapshot_toolchain.gni |
index 824e7e006242c60bade4e849f716a9481202475e..5fe19fd6953fa165eedaf9b1fb1ab72e6a7efaa7 100644 |
--- a/snapshot_toolchain.gni |
+++ b/snapshot_toolchain.gni |
@@ -43,7 +43,7 @@ if (v8_snapshot_toolchain == "") { |
_snapshot_cpu = "x86" |
} else { |
assert(current_cpu == "arm64" || current_cpu == "x64" || |
- current_cpu == "mipsel64", |
+ current_cpu == "mips64el", |
"Need environment for this arch: $current_cpu") |
_snapshot_cpu = "x64" |
} |