aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authormachenbach@chromium.org <machenbach@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>2014-04-17 00:05:12 +0000
committermachenbach@chromium.org <machenbach@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>2014-04-17 00:05:12 +0000
commit9fa619507474a4c1c21c6935b3209070bc13a218 (patch)
treeef411296384ca16302f362d6914bb3aa3f282c7c /build
parent731474e847a8ccd6e27f74842506c9c807dae658 (diff)
downloadv8-9fa619507474a4c1c21c6935b3209070bc13a218.tar.gz
Version 3.26.18 (based on bleeding_edge revision r20821)
Removed Isolate::EnterDefaultIsolate (Chromium issue 359977). Performance and stability improvements on all platforms. git-svn-id: http://v8.googlecode.com/svn/trunk@20826 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
Diffstat (limited to 'build')
-rw-r--r--build/standalone.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/standalone.gypi b/build/standalone.gypi
index 279d5ae11..befa73851 100644
--- a/build/standalone.gypi
+++ b/build/standalone.gypi
@@ -55,8 +55,8 @@
'<!(uname -m | sed -e "s/i.86/ia32/;\
s/x86_64/x64/;\
s/amd64/x64/;\
- s/aarch64/arm64/;\
s/arm.*/arm/;\
+ s/aarch64/arm64/;\
s/mips.*/mipsel/")',
}, {
# OS!="linux" and OS!="freebsd" and OS!="openbsd" and