[test-suite] r202691 - XCore target: add support to build MultiSource/Applications/lua

Robert Lytton robert at xmos.com
Mon Mar 3 03:22:15 PST 2014


Author: rlytton
Date: Mon Mar  3 05:22:15 2014
New Revision: 202691

URL: http://llvm.org/viewvc/llvm-project?rev=202691&view=rev
Log:
XCore target: add support to build MultiSource/Applications/lua

Modified:
    test-suite/trunk/MultiSource/Applications/lua/Makefile

Modified: test-suite/trunk/MultiSource/Applications/lua/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Applications/lua/Makefile?rev=202691&r1=202690&r2=202691&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Applications/lua/Makefile (original)
+++ test-suite/trunk/MultiSource/Applications/lua/Makefile Mon Mar  3 05:22:15 2014
@@ -6,7 +6,9 @@ Source = lapi.c lcode.c ldebug.c ldo.c l
 	 loslib.c ltablib.c lstrlib.c loadlib.c linit.c lua.c
 
 LDFLAGS += -lm
+ifneq ($(ARCH),XCore)
 CPPFLAGS += -DLUA_USE_POSIX
+endif
 
 PROG = lua
 RUN_OPTIONS = alltests.lua "\<in"





More information about the llvm-commits mailing list