Revision: 20806
Author:   [email protected]
Date:     Wed Apr 16 13:25:15 2014 UTC
Log:      ARM64: Fix native builds

Rearrange sed lines to enable native builds for ARM64.

BUG=
[email protected]

Review URL: https://codereview.chromium.org/238543009
http://code.google.com/p/v8/source/detail?r=20806

Modified:
 /branches/bleeding_edge/build/standalone.gypi

=======================================
--- /branches/bleeding_edge/build/standalone.gypi Wed Apr 9 09:54:49 2014 UTC +++ /branches/bleeding_edge/build/standalone.gypi Wed Apr 16 13:25:15 2014 UTC
@@ -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.

Reply via email to