[ovs-dev] [PATCH] travis: Add 32 bit (-m32) cross-compile build

Thomas Graf tgraf at noironetworks.com
Wed Feb 4 22:12:49 UTC 2015


On 02/04/15 at 09:53am, Ben Pfaff wrote:
> On Wed, Feb 04, 2015 at 04:10:59PM +0100, Thomas Graf wrote:
> > Inspired by Ben Pfaff's email on 32 bit build environment, this adds a
> > 32bit build to the travis build matrix to catch alignment and padding
> > issues.
> > 
> > The 32 bit build is only enabled for non-DPDK builds as DPDK itself is
> > currently not capable to be compiled with -m32.
> > 
> > The build also has SSL disabled as the Ubuntu libssl-devel package is
> > not multiarch compatible on the travis build system.
> > 
> > Signed-off-by: Thomas Graf <tgraf at noironetworks.com>
> 
> Too bad about sparse.

I will investigate it further in a quiet moment. __WORDSIZE was still
64 when compiled with sparse and -m32 which resulted in several errors
which check for 64bit using UINTPTR_MAX value.



More information about the dev mailing list