Skip to content

Commit

Permalink
ARM64: Fix native builds
Browse files Browse the repository at this point in the history
Rearrange sed lines to enable native builds for ARM64.

BUG=
R=jochen@chromium.org

Review URL: https://codereview.chromium.org/238543009

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@20806 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  • Loading branch information
m.m.capewell@googlemail.com committed Apr 16, 2014
1 parent f1fee35 commit c793f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/standalone.gypi
Expand Up @@ -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
Expand Down

0 comments on commit c793f07

Please sign in to comment.