the following patch was just integrated into master: commit 8f48f5069b988ad07d63256ffd1a7ddcbbb5c619 Author: Kyösti Mälkki kyosti.malkki@gmail.com Date: Sat Mar 16 13:12:01 2013 +0200
Do not build without compatible Lua
The pre-built Lua library for 32bit distribution is most likely built with the type of LUA_INTEGER having essentially range of signed 32bit integer. SerialICE requires range of 32bit unsigned, so do not even begin the build if that is not satisfied.
Change-Id: Icb93d0126aac5e6e6aaa49cb04a2ebb6077389f1 Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com Reviewed-on: http://review.coreboot.org/2772 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich rminnich@gmail.com
Build-Tested: build bot (Jenkins) at Sun Mar 17 19:16:49 2013, giving +1 See http://review.coreboot.org/2772 for details.
-gerrit