summaryrefslogtreecommitdiffstats
path: root/target/board
diff options
context:
space:
mode:
authorDuane Sand <duane.sand@imgtec.com>2014-06-03 16:05:59 -0700
committerYing Wang <wangying@google.com>2014-08-05 12:38:31 -0700
commit1d04a53ba31488f7e60f34620e569ce1716792e6 (patch)
treeed3b0da32db78a633d6ffd09ecb651456832c559 /target/board
parent3c4fcd84515ff6edcbeae7a0ceaacb1eecae437e (diff)
downloadbuild-1d04a53ba31488f7e60f34620e569ce1716792e6.zip
build-1d04a53ba31488f7e60f34620e569ce1716792e6.tar.gz
build-1d04a53ba31488f7e60f34620e569ce1716792e6.tar.bz2
[MIPS64] Enable mips64 clang
(cherry picked from commit 41ca4446370ba90e472e45a8897868855185a6c7) Change-Id: I0b141c58c88fe86e3a59844f53acc9a0e0a5271c
Diffstat (limited to 'target/board')
-rw-r--r--target/board/generic_mips64/BoardConfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/board/generic_mips64/BoardConfig.mk b/target/board/generic_mips64/BoardConfig.mk
index 7452978..88a24a3 100644
--- a/target/board/generic_mips64/BoardConfig.mk
+++ b/target/board/generic_mips64/BoardConfig.mk
@@ -32,7 +32,7 @@ TARGET_2ND_ARCH := mips
ifeq (,$(TARGET_2ND_ARCH_VARIANT))
TARGET_2ND_ARCH_VARIANT := mips32r2-fp
endif
-TARGET_CPU_ABI := mips
+TARGET_2ND_CPU_ABI := mips
# The emulator (qemu) uses the Goldfish devices
HAVE_HTC_AUDIO_DRIVER := true