Reviewers: ulan, jochen,
Message:
Sed was replacing aarch64 with arm64, then arm64 with arm, causing host and
target mismatch, and native builds to fail.
Description:
ARM64: Fix native builds
Rearrange sed lines to enable native builds for ARM64.
BUG=
Please review this at https://codereview.chromium.org/238543009/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+1, -1 lines):
M build/standalone.gypi
Index: build/standalone.gypi
diff --git a/build/standalone.gypi b/build/standalone.gypi
index
279d5ae1103e40bbc35c98c6f418ad0d5e4ded97..befa73851e3ad4d114c1a824c027f8c3e6f25992
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
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.