Commit a5e7d8df authored by Gordana Cmiljanovic's avatar Gordana Cmiljanovic Committed by Commit Bot

[MIPS] Enable swiftshader for mipsel and mips64el

BUG=

Change-Id: I621c411f767d2f1442bc45db78f3562101700c27
Reviewed-on: https://chromium-review.googlesource.com/c/1322870Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Commit-Queue: Kenneth Russell <kbr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#606572}
parent ad0f5062
......@@ -15,7 +15,8 @@ declare_args() {
enable_swiftshader = (is_win || is_linux || (is_mac && use_egl) ||
is_chromeos || is_fuchsia) &&
(target_cpu == "x86" || target_cpu == "x64" ||
target_cpu == "arm64")
target_cpu == "arm64" || target_cpu == "mipsel" ||
target_cpu == "mips64el")
}
use_glx = use_x11 || ozone_platform_x11
......
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