diff options
author | Warner Losh <imp@FreeBSD.org> | 2018-02-23 04:04:03 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2018-02-23 04:04:03 +0000 |
commit | ff4cd9bfb12c6ac3a1a8483386673338def0fdf6 (patch) | |
tree | 0d5775cedb75abab1331982ad7bd280dc583f742 /stand/lua.mk | |
parent | 9ed6f9efdad4d5a24d769dc7a048f5aa8c6672df (diff) | |
download | src-ff4cd9bfb12c6ac3a1a8483386673338def0fdf6.tar.gz src-ff4cd9bfb12c6ac3a1a8483386673338def0fdf6.zip |
Notes
Diffstat (limited to 'stand/lua.mk')
-rw-r--r-- | stand/lua.mk | 9 |
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 |