Low-overhead profiler, part 7: console ports.

This commit is contained in:
Mike Pall
2013-09-10 01:02:09 +02:00
parent 803d4ddf0c
commit 483f823ea4
3 changed files with 25 additions and 3 deletions

View File

@@ -237,6 +237,7 @@ ifneq (,$(findstring LJ_TARGET_PS3 1,$(TARGET_TESTARCH)))
TARGET_SYS= PS3
TARGET_ARCH+= -D__CELLOS_LV2__
TARGET_XCFLAGS+= -DLUAJIT_USE_SYSMALLOC
TARGET_XLIBS+= -lpthread
endif
ifneq (,$(findstring LJ_NO_UNWIND 1,$(TARGET_TESTARCH)))
TARGET_ARCH+= -DLUAJIT_NO_UNWIND