From c156bc696311928af01132d159b9e307436779bb Mon Sep 17 00:00:00 2001 From: Shih-wei Liao Date: Mon, 7 Jun 2010 22:05:52 -0700 Subject: Fix llvm.mk and the other 49 mk files Change-Id: I5aa02363c1083297d163a575f5a35c495f950230 --- llvm-gen-intrinsics.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'llvm-gen-intrinsics.mk') diff --git a/llvm-gen-intrinsics.mk b/llvm-gen-intrinsics.mk index decccdd..bde1c9b 100644 --- a/llvm-gen-intrinsics.mk +++ b/llvm-gen-intrinsics.mk @@ -1,3 +1,6 @@ +# Only use this on the device or emulator. +ifneq ($(TARGET_ARCH),arm) + # We treat Intrinsics.td as a very special target just like what lib/VMCore/Makefile does INTRINSICTD := $(LLVM_ROOT_PATH)/include/llvm/Intrinsics.td INTRINSICTDS := $(wildcard $(dir $(INTRINSICTD))/Intrinsics*.td) @@ -16,3 +19,5 @@ ifeq ($(LOCAL_IS_HOST_MODULE),true) else $(call transform-device-td-to-out,intrinsic) endif + +endif -- cgit v1.1