Reviewers: Jakob,
Message:
PTAL
Description:
Change the Android makefile to use GCC 4.6 instead of GCC 4.4.3.
Android NDK 8b includes GCC 4.6
[email protected]
Please review this at https://chromiumcodereview.appspot.com/11032018/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M Makefile.android
Index: Makefile.android
diff --git a/Makefile.android b/Makefile.android
index
a8d7fe148e4e7c2d498cd6316b5c71f5d6c96e1e..8e4ce0814ab6835dd59f4b55795f9a82cfef5f45
100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -48,11 +48,11 @@ endif
ifeq ($(ARCH), android_arm)
DEFINES = target_arch=arm v8_target_arch=arm android_target_arch=arm
DEFINES += arm_neon=0 armv7=1
- TOOLCHAIN_ARCH = arm-linux-androideabi-4.4.3
+ TOOLCHAIN_ARCH = arm-linux-androideabi-4.6
else
ifeq ($(ARCH), android_ia32)
DEFINES = target_arch=ia32 v8_target_arch=ia32 android_target_arch=x86
- TOOLCHAIN_ARCH = x86-4.4.3
+ TOOLCHAIN_ARCH = x86-4.6
else
$(error Target architecture "${ARCH}" is not supported)
endif
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev