RELEASE LuaJIT-2.0.0-beta8

This commit is contained in:
Mike Pall
2011-06-23 17:15:02 +02:00
parent 2513ddc84c
commit 9b0c641ac1
9 changed files with 17 additions and 17 deletions

View File

@@ -147,7 +147,7 @@ XCFLAGS=
#
# Turn on assertions for the whole LuaJIT VM. This significantly slows down
# everything. Use only if you suspect a problem with LuaJIT itself.
#XCFLAGS+= -DLUA_USE_ASSERT
XCFLAGS+= -DLUA_USE_ASSERT
#
##############################################################################
# You probably don't need to change anything below this line!
@@ -296,7 +296,7 @@ else
TARGET_XLDFLAGS+= -Wl,-E
endif
ifeq (Linux,$(TARGET_SYS))
TARGET_XLIBS+= -ldl
TARGET_XLIBS+= -ldl -lpthread
endif
ifeq (GNU/kFreeBSD,$(TARGET_SYS))
TARGET_XLIBS+= -ldl