ef1fcaf0f5
We don't support float in the boot loaders, so don't include interfaces for float or double in systems headers. In addition, take the unusual step of spiking double and float to prevent any more accidental seepage.
7 lines
146 B
Makefile
7 lines
146 B
Makefile
# $FreeBSD$
|
|
|
|
# Common flags to build lua related files
|
|
|
|
CFLAGS+= -I${LUASRC} -I${LDRSRC} -I${LIBLUASRC}
|
|
CFLAGS+= -DLUA_FLOAT_TYPE=LUA_FLOAT_INT64
|