diff options
author | Duane Sand <duane.sand@imgtec.com> | 2014-06-03 16:05:59 -0700 |
---|---|---|
committer | Ying Wang <wangying@google.com> | 2014-08-05 12:38:31 -0700 |
commit | 1d04a53ba31488f7e60f34620e569ce1716792e6 (patch) | |
tree | ed3b0da32db78a633d6ffd09ecb651456832c559 /target/board | |
parent | 3c4fcd84515ff6edcbeae7a0ceaacb1eecae437e (diff) | |
download | build-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.mk | 2 |
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 |