aboutsummaryrefslogtreecommitdiff
path: root/stand/lua.mk
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-02-23 04:04:03 +0000
committerWarner Losh <imp@FreeBSD.org>2018-02-23 04:04:03 +0000
commitff4cd9bfb12c6ac3a1a8483386673338def0fdf6 (patch)
tree0d5775cedb75abab1331982ad7bd280dc583f742 /stand/lua.mk
parent9ed6f9efdad4d5a24d769dc7a048f5aa8c6672df (diff)
downloadsrc-ff4cd9bfb12c6ac3a1a8483386673338def0fdf6.tar.gz
src-ff4cd9bfb12c6ac3a1a8483386673338def0fdf6.zip
Notes
Diffstat (limited to 'stand/lua.mk')
-rw-r--r--stand/lua.mk9
1 files changed, 2 insertions, 7 deletions
diff --git a/stand/lua.mk b/stand/lua.mk
index 8f5788d4d893..cea0fa71a8ca 100644
--- a/stand/lua.mk
+++ b/stand/lua.mk
@@ -2,11 +2,6 @@
# Common flags to build lua related files
-.include "defs.mk"
-
-.if ${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 0
-CFLAGS+= -fPIC
-.endif
-
CFLAGS+= -I${LUASRC} -I${LDRSRC} -I${LIBLUASRC}
-CFLAGS+= -DBOOT_LUA
+# CFLAGS+= -Ddouble=jagged-little-pill -Dfloat=poison-shake -D__OMIT_FLOAT
+CFLAGS+= -DLUA_FLOAT_TYPE=LUA_FLOAT_INT64