diff options
author | Christopher Ferris <cferris@google.com> | 2015-03-17 01:29:51 +0000 |
---|---|---|
committer | Christopher Ferris <cferris@google.com> | 2015-03-17 01:29:51 +0000 |
commit | f123057f5e080687ce17e0e9c23a62954db53f39 (patch) | |
tree | e3cb1fda8341187ac6d636f3408fe171ad41abd4 /core/combo/TARGET_linux-x86_64.mk | |
parent | 533c7aa6a293659541222f0dd89bee044ba71a2a (diff) | |
download | build-f123057f5e080687ce17e0e9c23a62954db53f39.zip build-f123057f5e080687ce17e0e9c23a62954db53f39.tar.gz build-f123057f5e080687ce17e0e9c23a62954db53f39.tar.bz2 |
Revert "Switch x86 and x86_64 build to use GCC 4.9"
This reverts commit 533c7aa6a293659541222f0dd89bee044ba71a2a.
Change-Id: I5203db8454d9af8fb438af6308106945e5dc0dbf
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 1f8fb88..2adb157 100644 --- a/core/combo/TARGET_linux-x86_64.mk +++ b/core/combo/TARGET_linux-x86_64.mk @@ -26,7 +26,7 @@ endif TARGET_NDK_GCC_VERSION := 4.9 ifeq ($(strip $(TARGET_GCC_VERSION_EXP)),) -TARGET_GCC_VERSION := 4.9 +TARGET_GCC_VERSION := 4.8 else TARGET_GCC_VERSION := $(TARGET_GCC_VERSION_EXP) endif |