[PATCH libxkbcommon 1/4] makekeys: Fix build/target word size mismatch when cross-compiling
Gaetan Nadon
memsize at videotron.ca
Sun Feb 26 08:52:29 PST 2012
On 12-02-25 05:25 PM, Ran Benita wrote:
> Since makekeys is built using build environment's gcc and
Just a nit. I could be wrong, but makekeys is not only build with the
GNU compiler (gcc). The native compiler is not always gcc.
AC_PATH_PROGS([CC_FOR_BUILD], [gcc cc], [cc])
Fix (if needed) at your discretion, no need to repost.
> 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).
More information about the xorg-devel
mailing list