diff options
| author | Mike Pall <mike> | 2011-06-23 17:15:02 +0200 |
|---|---|---|
| committer | Mike Pall <mike> | 2011-06-23 17:15:02 +0200 |
| commit | 9b0c641ac18b560c45173c741c0880fd21fbba60 (patch) | |
| tree | d98bbf5c6f1232bc841d2a37f9fd4b6d73997edf /src/Makefile | |
| parent | 2513ddc84c0c6fd32b9fcddb20913a8d4b1957e1 (diff) | |
| download | luajit-2.0.0-beta8.tar.gz luajit-2.0.0-beta8.tar.bz2 luajit-2.0.0-beta8.zip | |
RELEASE LuaJIT-2.0.0-beta8v2.0.0-beta8
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 9f7bcfcc..b3415ffd 100644 --- a/src/Makefile +++ b/src/Makefile | |||
| @@ -147,7 +147,7 @@ XCFLAGS= | |||
| 147 | # | 147 | # |
| 148 | # Turn on assertions for the whole LuaJIT VM. This significantly slows down | 148 | # Turn on assertions for the whole LuaJIT VM. This significantly slows down |
| 149 | # everything. Use only if you suspect a problem with LuaJIT itself. | 149 | # everything. Use only if you suspect a problem with LuaJIT itself. |
| 150 | #XCFLAGS+= -DLUA_USE_ASSERT | 150 | XCFLAGS+= -DLUA_USE_ASSERT |
| 151 | # | 151 | # |
| 152 | ############################################################################## | 152 | ############################################################################## |
| 153 | # You probably don't need to change anything below this line! | 153 | # You probably don't need to change anything below this line! |
| @@ -296,7 +296,7 @@ else | |||
| 296 | TARGET_XLDFLAGS+= -Wl,-E | 296 | TARGET_XLDFLAGS+= -Wl,-E |
| 297 | endif | 297 | endif |
| 298 | ifeq (Linux,$(TARGET_SYS)) | 298 | ifeq (Linux,$(TARGET_SYS)) |
| 299 | TARGET_XLIBS+= -ldl | 299 | TARGET_XLIBS+= -ldl -lpthread |
| 300 | endif | 300 | endif |
| 301 | ifeq (GNU/kFreeBSD,$(TARGET_SYS)) | 301 | ifeq (GNU/kFreeBSD,$(TARGET_SYS)) |
| 302 | TARGET_XLIBS+= -ldl | 302 | TARGET_XLIBS+= -ldl |
