Revision: 23192
Author:   [email protected]
Date:     Tue Aug 19 11:20:42 2014 UTC
Log:      Update toolchain for Android mipsel, ia32, x87.

BUG=
[email protected]

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

Modified:
 /branches/bleeding_edge/Makefile.android

=======================================
--- /branches/bleeding_edge/Makefile.android    Tue Aug  5 13:23:55 2014 UTC
+++ /branches/bleeding_edge/Makefile.android    Tue Aug 19 11:20:42 2014 UTC
@@ -64,20 +64,20 @@
       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