commit | 3d9c1c1a537ead6071165ea661507e0a9250dc4a | [log] [tgz] |
---|---|---|
author | Ying Wang <wangying@android.com> | Wed Feb 19 18:17:51 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Feb 19 18:17:52 2014 +0000 |
tree | fbe78fecb3e7103b3cce253bfba76373d7930c19 | |
parent | 4febec12272a90456c5216cc10ccc059ba11552d [diff] | |
parent | c562742e0b9f89fa9eba5193417ff913f1534459 [diff] |
Merge "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