[PATCH] building lnt tools to test cross-compiling

robert lytton robert at xmos.com
Thu Feb 13 14:24:56 PST 2014


Hi rafael,

http://llvm-reviews.chandlerc.com/D2766

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D2766?vs=7060&id=7093#toc

Files:
  tools/Makefile

Index: tools/Makefile
===================================================================
--- tools/Makefile
+++ tools/Makefile
@@ -1,7 +1,11 @@
 LEVEL=..
 include $(LEVEL)/Makefile.programs
 
+ifdef USER_MODE_EMULATION
+all:: timeit fpcmp TargetConfig.mk
+else
 all:: timeit timeit-target fpcmp TargetConfig.mk
+endif
 
 timeit: timeit.c
 	$(ORIGINAL_CC) $(CFLAGS) -O3 -o $@ $<
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2766.2.patch
Type: text/x-patch
Size: 379 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140213/00e4439a/attachment.bin>


More information about the llvm-commits mailing list