From 28c238c9ded0b5c91e122c94b5a02d76a5245c11 Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Thu, 19 Aug 2010 17:39:26 -0700 Subject: Fix sim build. Note that this only makes the sim build green, but the built images won't work for sure: No libbcc.so, which depends on something else that can not build in sim mode. No x86 bitcode is generated as well, I believe. Change-Id: Idca8378427196622ac77cd56a38c6a160f03ba22 --- llvm.mk | 5 ----- 1 file changed, 5 deletions(-) (limited to 'llvm.mk') diff --git a/llvm.mk b/llvm.mk index 10bf06c..b181071 100644 --- a/llvm.mk +++ b/llvm.mk @@ -1,6 +1,3 @@ -# Only use this on the device or emulator. -ifeq ($(TARGET_ARCH),arm) - ifeq ($(LLVM_ROOT_PATH),) $(error Must set variable LLVM_ROOT_PATH before including this! $(LOCAL_PATH)) endif @@ -16,5 +13,3 @@ LLVM_TBLGEN_RULES_MK := $(LLVM_ROOT_PATH)/llvm-tblgen-rules.mk CLANG_ROOT_PATH := $(LLVM_ROOT_PATH)/tools/clang include $(CLANG_ROOT_PATH)/clang.mk - -endif -- cgit v1.1