aboutsummaryrefslogtreecommitdiff
path: root/toolchains
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2013-10-08 12:08:39 +0800
committerAndrew Hsieh <andrewhsieh@google.com>2013-10-10 14:09:22 +0800
commit389d41257b1168af1668f48126ac98abf54af26a (patch)
treebc3ae753ef19d5003a85c4dc9f9f3e1c0b76d7c0 /toolchains
parent39f27d8767f14b35577bf9c5eaa59db24e1985db (diff)
downloadndk-389d41257b1168af1668f48126ac98abf54af26a.tar.gz
Fix llvm-3.3 mac build; abcc VERBOSE adds llc timer
Change-Id: I7e7d6e461b53012856c4fea213ae8bce7ff248e8
Diffstat (limited to 'toolchains')
-rw-r--r--toolchains/llvm-3.3/setup-common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchains/llvm-3.3/setup-common.mk b/toolchains/llvm-3.3/setup-common.mk
index 07cddd6dd..1e92b73e7 100644
--- a/toolchains/llvm-3.3/setup-common.mk
+++ b/toolchains/llvm-3.3/setup-common.mk
@@ -29,7 +29,7 @@ TARGET_STRIP := $(TOOLCHAIN_PREFIX)$(LLVM_TRIPLE)-strip$(HOST_EXEEXT)
TARGET_LIBGCC :=
# Only use integrated binary if existed. Otherwise, use python version
-ifeq (,$(wildcard $(TOOLCHAIN_PREBUILT_ROOT)/bin/ndk-bc2native))
+ifeq (,$(wildcard $(TOOLCHAIN_PREBUILT_ROOT)/bin/ndk-bc2native$(HOST_EXEEXT)))
BC2NATIVE := $(HOST_PYTHON) $(TOOLCHAIN_PREBUILT_ROOT)/bin/ndk-bc2native.py
else
BC2NATIVE := $(TOOLCHAIN_PREBUILT_ROOT)/bin/ndk-bc2native$(HOST_EXEEXT)