diff options
author | Przemyslaw Szczepaniak <pszczepaniak@google.com> | 2014-09-16 15:17:47 +0100 |
---|---|---|
committer | Dan Albert <danalbert@google.com> | 2015-03-13 11:36:15 -0700 |
commit | 0e2d00ff1f1e3b3bd4e13e70a62c1f8927c3436d (patch) | |
tree | f724de6996bbcf9243fa2ba6d629f92a41779933 /core/combo/TARGET_linux-x86_64.mk | |
parent | d79146351102e41a508361aebf390bde3316e3d4 (diff) | |
download | build-0e2d00ff1f1e3b3bd4e13e70a62c1f8927c3436d.zip build-0e2d00ff1f1e3b3bd4e13e70a62c1f8927c3436d.tar.gz build-0e2d00ff1f1e3b3bd4e13e70a62c1f8927c3436d.tar.bz2 |
Switch NDK libraries to 4.9 for x86_64 and mips64
Android NDK r10b doesn't even provide 4.8 for those
archs.
Change-Id: I10840c6c7bbc0dd9028a794162d021d8b3e6b19a
(cherry picked from commit fabd383bc876ff803a3565ccedd9b61559bf5127)
Diffstat (limited to 'core/combo/TARGET_linux-x86_64.mk')
-rw-r--r-- | core/combo/TARGET_linux-x86_64.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/combo/TARGET_linux-x86_64.mk b/core/combo/TARGET_linux-x86_64.mk index 89e42f9..2adb157 100644 --- a/core/combo/TARGET_linux-x86_64.mk +++ b/core/combo/TARGET_linux-x86_64.mk @@ -23,7 +23,7 @@ TARGET_ARCH_VARIANT := x86_64 endif # Decouple NDK library selection with platform compiler version -TARGET_NDK_GCC_VERSION := 4.8 +TARGET_NDK_GCC_VERSION := 4.9 ifeq ($(strip $(TARGET_GCC_VERSION_EXP)),) TARGET_GCC_VERSION := 4.8 |