Reviewers: Benedikt Meurer,

Message:
PTAL. Current build with 4.6 is broken.

Description:
Update toolchain for Android mipsel, ia32, x87.

BUG=

Please review this at https://codereview.chromium.org/486173002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+3, -3 lines):
  M Makefile.android


Index: Makefile.android
diff --git a/Makefile.android b/Makefile.android
index d46af31fdb76af936534c00c64850fe181de2f4d..8e200f1f246caf43308d3195511d7441747599a5 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -64,20 +64,20 @@ else
       DEFINES += android_target_arch=mips mips_arch_variant=mips32r2
       TOOLCHAIN_ARCH = mipsel-linux-android
       TOOLCHAIN_PREFIX = $(TOOLCHAIN_ARCH)
-      TOOLCHAIN_VER = 4.6
+      TOOLCHAIN_VER = 4.8

     else
       ifeq ($(ARCH), android_ia32)
DEFINES = target_arch=ia32 v8_target_arch=ia32 android_target_arch=x86 android_target_platform=14
         TOOLCHAIN_ARCH = x86
         TOOLCHAIN_PREFIX = i686-linux-android
-        TOOLCHAIN_VER = 4.6
+        TOOLCHAIN_VER = 4.8
       else
         ifeq ($(ARCH), android_x87)
DEFINES = target_arch=x87 v8_target_arch=x87 android_target_arch=x86 android_target_platform=14
           TOOLCHAIN_ARCH = x86
           TOOLCHAIN_PREFIX = i686-linux-android
-          TOOLCHAIN_VER = 4.6
+          TOOLCHAIN_VER = 4.8
        else
           $(error Target architecture "${ARCH}" is not supported)
         endif


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