commit | 32e93384b73746c54f8bc0e8a7b818acc5c1b00e | [log] [tgz] |
---|---|---|
author | Ying Wang <wangying@android.com> | Wed Feb 19 18:23:10 2014 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Wed Feb 19 18:23:10 2014 +0000 |
tree | b9afaebeb004c9afa4b391756f4bffd9a59e1a2b | |
parent | c798836a82584744a02a26c57f2733fcb0b0e0cf [diff] | |
parent | 3d9c1c1a537ead6071165ea661507e0a9250dc4a [diff] |
am 3d9c1c1a: Merge "Switch x86_64 to gcc-4.8" * commit '3d9c1c1a537ead6071165ea661507e0a9250dc4a': Switch x86_64 to gcc-4.8
diff --git a/core/combo/TARGET_linux-x86_64.mk b/core/combo/TARGET_linux-x86_64.mk index 1d73a62..7133338 100644 --- a/core/combo/TARGET_linux-x86_64.mk +++ b/core/combo/TARGET_linux-x86_64.mk
@@ -23,7 +23,7 @@ endif ifeq ($(strip $(TARGET_GCC_VERSION_EXP)),) -TARGET_GCC_VERSION := 4.7 +TARGET_GCC_VERSION := 4.8 else TARGET_GCC_VERSION := $(TARGET_GCC_VERSION_EXP) endif