diff options
| author | Lua Team <team@lua.org> | 2014-10-23 12:00:00 +0000 |
|---|---|---|
| committer | repogen <> | 2014-10-23 12:00:00 +0000 |
| commit | 92fdb95364ed274752b8634c8ba3dca1f1dc5fb3 (patch) | |
| tree | d1747f7ed2d0ed06b83ee3073fe4256aefd4a928 /src/Makefile | |
| parent | d7648e85b78d53a2248de909868192598ad0eb69 (diff) | |
| download | lua-github-5.3.0-beta.tar.gz | |
Lua 5.3.0-beta5.3.0-beta
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index a30a75ef..7be16dc3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -92,7 +92,11 @@ aix: $(MAKE) $(ALL) CC="xlc" CFLAGS="-O2 -DLUA_USE_POSIX -DLUA_USE_DLOPEN" SYSLIBS="-ldl" SYSLDFLAGS="-brtl -bexpall" ansi: - $(MAKE) $(ALL) SYSCFLAGS="-DLUA_ANSI" + $(MAKE) $(ALL) SYSCFLAGS="-DLUA_ANSI -DLUA_32BITS" + @echo "" + @echo "Note: in ANSI mode, Lua is built with 32-bit numbers" + @echo " because ANSI C89 does not support 'long long'" + @echo "" bsd: $(MAKE) $(ALL) SYSCFLAGS="-DLUA_USE_POSIX -DLUA_USE_DLOPEN" SYSLIBS="-Wl,-E" |
