[Buildroot] [PATCH 3/6] lua: add option 32bits

Peter Korsgaard peter at korsgaard.com
Mon Feb 2 15:25:06 UTC 2015


>>>>> "Francois" == Francois Perrad <fperrad at gmail.com> writes:

 > Signed-off-by: Francois Perrad <francois.perrad at gadz.org>
 > ---
 >  package/lua/Config.in      | 9 +++++++++
 >  package/lua/lua.mk         | 8 ++++++++
 >  package/luabitop/Config.in | 4 ++++
 >  3 files changed, 21 insertions(+)

 > diff --git a/package/lua/Config.in b/package/lua/Config.in
 > index dde999f..0f7b136 100644
 > --- a/package/lua/Config.in
 > +++ b/package/lua/Config.in
 > @@ -33,6 +33,15 @@ config BR2_PACKAGE_LUAINTERPRETER_ABI_VERSION
 >  	default "5.2"	if BR2_PACKAGE_LUA_5_2
 >  	default "5.3"	if BR2_PACKAGE_LUA_5_3
 
 > +if BR2_PACKAGE_LUA_5_3
 > +config BR2_PACKAGE_LUA_32BITS
 > +	bool "Lua 32bits"
 > +	default y if !BR2_ARCH_IS_64
 > +	help
 > +	  The option with 32 bits for both integers and floats is particularly
 > +	  attractive for small machines and embedded systems.

I have extended this help text a bit to make it (imho) a bit more clear
what this does and committed the series, thanks!

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list