summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorMike Pall <mike>2013-09-10 01:02:09 +0200
committerMike Pall <mike>2013-09-10 01:25:33 +0200
commit483f823ea4438024d83a08592bc0c646a3fdf99c (patch)
treeb3480f1d996469bee0c23e23377eaa2906cf53f2 /src/Makefile
parent803d4ddf0c8cfae1c5c300f7d7306f5a6cafb68a (diff)
downloadluajit-483f823ea4438024d83a08592bc0c646a3fdf99c.tar.gz
luajit-483f823ea4438024d83a08592bc0c646a3fdf99c.tar.bz2
luajit-483f823ea4438024d83a08592bc0c646a3fdf99c.zip
Low-overhead profiler, part 7: console ports.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index e7f48fdd..cdca7211 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -237,6 +237,7 @@ ifneq (,$(findstring LJ_TARGET_PS3 1,$(TARGET_TESTARCH)))
237 TARGET_SYS= PS3 237 TARGET_SYS= PS3
238 TARGET_ARCH+= -D__CELLOS_LV2__ 238 TARGET_ARCH+= -D__CELLOS_LV2__
239 TARGET_XCFLAGS+= -DLUAJIT_USE_SYSMALLOC 239 TARGET_XCFLAGS+= -DLUAJIT_USE_SYSMALLOC
240 TARGET_XLIBS+= -lpthread
240endif 241endif
241ifneq (,$(findstring LJ_NO_UNWIND 1,$(TARGET_TESTARCH))) 242ifneq (,$(findstring LJ_NO_UNWIND 1,$(TARGET_TESTARCH)))
242 TARGET_ARCH+= -DLUAJIT_NO_UNWIND 243 TARGET_ARCH+= -DLUAJIT_NO_UNWIND