Skip to content

Commit 64cc601

Browse files
author
ulan@chromium.org
committed
Change the Android makefile to use GCC 4.6 instead of GCC 4.4.3.
Android NDK 8b includes GCC 4.6 R=jkummerow@chromium.org Review URL: https://chromiumcodereview.appspot.com/11032018 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12654 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
1 parent e0c7d83 commit 64cc601

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile.android

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ endif
4848
ifeq ($(ARCH), android_arm)
4949
DEFINES = target_arch=arm v8_target_arch=arm android_target_arch=arm
5050
DEFINES += arm_neon=0 armv7=1
51-
TOOLCHAIN_ARCH = arm-linux-androideabi-4.4.3
51+
TOOLCHAIN_ARCH = arm-linux-androideabi-4.6
5252
else
5353
ifeq ($(ARCH), android_ia32)
5454
DEFINES = target_arch=ia32 v8_target_arch=ia32 android_target_arch=x86
55-
TOOLCHAIN_ARCH = x86-4.4.3
55+
TOOLCHAIN_ARCH = x86-4.6
5656
else
5757
$(error Target architecture "${ARCH}" is not supported)
5858
endif

0 commit comments

Comments
 (0)