Revision: 22110
Author:   [email protected]
Date:     Tue Jul  1 09:40:14 2014 UTC
Log:      Android ARM64: update Makefile for new NDK.

BUG=
[email protected]

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

Modified:
 /branches/bleeding_edge/Makefile.android

=======================================
--- /branches/bleeding_edge/Makefile.android    Wed Jun 25 09:48:49 2014 UTC
+++ /branches/bleeding_edge/Makefile.android    Tue Jul  1 09:40:14 2014 UTC
@@ -54,10 +54,10 @@
   TOOLCHAIN_VER = 4.6
 else
   ifeq ($(ARCH), android_arm64)
- DEFINES = target_arch=arm64 v8_target_arch=arm64 android_target_arch=arm64 android_target_platform=20 + DEFINES = target_arch=arm64 v8_target_arch=arm64 android_target_arch=arm64 android_target_platform=L
     TOOLCHAIN_ARCH = aarch64-linux-android
     TOOLCHAIN_PREFIX = $(TOOLCHAIN_ARCH)
-    TOOLCHAIN_VER = 4.8
+    TOOLCHAIN_VER = 4.9
   else
     ifeq ($(ARCH), android_mipsel)
DEFINES = target_arch=mipsel v8_target_arch=mipsel android_target_platform=14

--
--
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