Index: build/standalone.gypi |
diff --git a/build/standalone.gypi b/build/standalone.gypi |
index 72883ae4f83016384f6eb3dee57111e504dcd4d5..cb4299b3a851e0ed2a46fe7cb9a346959fd250ae 100644 |
--- a/build/standalone.gypi |
+++ b/build/standalone.gypi |
@@ -46,7 +46,7 @@ |
# to gyp. |
'host_arch%': |
'<!(uname -m | sed -e "s/i.86/ia32/;\ |
- s/x86_64/x64/;s/amd64/x64/;s/arm.*/arm/;s/mips.*/mips/")', |
+ s/x86_64/x64/;s/amd64/x64/;s/arm.*/arm/;s/mips.*/mipsel/")', |
}, { |
# OS!="linux" and OS!="freebsd" and OS!="openbsd" and |
# OS!="netbsd" and OS!="mac" |
@@ -67,7 +67,7 @@ |
'werror%': '-Werror', |
'conditions': [ |
['(v8_target_arch=="arm" and host_arch!="arm") or \ |
- (v8_target_arch=="mips" and host_arch!="mips") or \ |
+ (v8_target_arch=="mipsel" and host_arch!="mipsel") or \ |
(v8_target_arch=="x64" and host_arch!="x64")', { |
'want_separate_host_toolset': 1, |
}, { |