aboutsummaryrefslogtreecommitdiff
path: root/build/core/setup-toolchain.mk
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2014-12-17 18:35:18 +0800
committerAndrew Hsieh <andrewhsieh@google.com>2014-12-18 10:47:44 +0800
commite5e7599ff9e946f3d47c6b3150d7265c1e2dab38 (patch)
treeba868aeb9e73d3d894a18e3698775580d44d95d7 /build/core/setup-toolchain.mk
parentcde0cb89ada253e9f7f4194de6f7f6af138b7e09 (diff)
downloadndk-e5e7599ff9e946f3d47c6b3150d7265c1e2dab38.tar.gz
Remove GCC 4.6
Change-Id: I840e7a2183e956e27e5dd93357ef2a2dd49fd40b
Diffstat (limited to 'build/core/setup-toolchain.mk')
-rw-r--r--build/core/setup-toolchain.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/core/setup-toolchain.mk b/build/core/setup-toolchain.mk
index 243df3fbf..d16f0f7e7 100644
--- a/build/core/setup-toolchain.mk
+++ b/build/core/setup-toolchain.mk
@@ -53,7 +53,7 @@ ifndef NDK_TOOLCHAIN
$(call __ndk_error,Aborting)
endif
# Select the last toolchain from the sorted list.
- # For now, this is enough to select by default gcc4.6 for 32-bit, and 4.9 for 64-bit, the the
+ # For now, this is enough to select by default gcc4.8 for 32-bit, and 4.9 for 64-bit, the the
# latest llvm if no gcc
ifneq (,$(filter-out llvm-%,$(TARGET_TOOLCHAIN_LIST)))
TARGET_TOOLCHAIN := $(firstword $(TARGET_TOOLCHAIN_LIST))