[PATCHv2] makekeys: Fix build/target word size mismatch when cross-compiling

Daniel Stone daniel at fooishbar.org
Wed Oct 12 16:26:50 PDT 2011


Hi,

On 22 September 2011 23:44, Derek Buitenhuis <derek.buitenhuis at gmail.com> wrote:
> Since makekeys is built using build environment's gcc and
> runs natively, we have to make sure that the size of the
> Signature type is the same on both the native environment
> and the target, otherwise we get mismatches upon running X,
> and some LSB test failures (xts5).
>
> Use an unsigned 32-bit integer on all platforms. Also,
> eliminate the redundant multiple typedefs for the
> Signature type.
>
> Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>

Reviewed-by: Daniel Stone <daniel at fooishbar.org>

If no-one has any objections, I'll test this properly and push it in
the next couple of days.

Cheers,
Daniel


More information about the xorg-devel mailing list