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-tblgen-rules.mk | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'llvm-tblgen-rules.mk') diff --git a/llvm-tblgen-rules.mk b/llvm-tblgen-rules.mk index a3d71cb..a910875 100644 --- a/llvm-tblgen-rules.mk +++ b/llvm-tblgen-rules.mk @@ -1,3 +1,6 @@ +# Only use this on the device or emulator. +ifneq ($(TARGET_ARCH),arm) + ########################################################### ## Commands for running tblgen to compile a td file ########################################################## @@ -11,7 +14,7 @@ endef ## TableGen: Compile .td files to .inc. ########################################################### -# Set LOCAL_MODULE_CLASS to STATIC_LIBRARIES default (require +# Set LOCAL_MODULE_CLASS to STATIC_LIBRARIES default (require # for macro local-intermediates-dir) ifeq ($(LOCAL_MODULE_CLASS),) LOCAL_MODULE_CLASS := STATIC_LIBRARIES @@ -114,3 +117,5 @@ $(intermediates)/ARMGenDecoderTables.inc: $(tblgen_source_dir)/ARM.td $(TBLGEN) endif endif + +endif -- cgit v1.1