Index: android_webview/tools/gyp_webview |
diff --git a/android_webview/tools/gyp_webview b/android_webview/tools/gyp_webview |
index 972f31fcab61b5f32363bbebe547fab29d33ea72..549274b43594cca033af962be911be7b1addcd8b 100755 |
--- a/android_webview/tools/gyp_webview |
+++ b/android_webview/tools/gyp_webview |
@@ -81,4 +81,7 @@ for host_os in linux mac; do |
if [ "$PLATFORM" == "${host_platform}-mips" -o "$PLATFORM" == "all" ]; then |
${GYP} --suffix .${host_platform}-mips ${EFLAGS} -Dtarget_arch=mipsel |
fi |
+ if [ "$PLATFORM" == "${host_platform}-mips64" -o "$PLATFORM" == "all" ]; then |
+ ${GYP} --suffix .${host_platform}-mips64 ${EFLAGS} -Dtarget_arch=mips64el |
+ fi |
done |