]> code.ossystems Code Review - openembedded-core.git/commit
xserver-xorg: Fix build for mips64
authorKhem Raj <raj.khem@gmail.com>
Thu, 10 May 2012 20:58:43 +0000 (13:58 -0700)
committerKhem Raj <raj.khem@gmail.com>
Mon, 21 May 2012 03:24:37 +0000 (20:24 -0700)
commitde21917ba83f104a2d53941f40a9b2b8d35dce49
treee35c7929fec74e9bef5633655d04292762d475f5
parent7bdc3a07d3212d7fc820c77ba509e476cc7aa672
xserver-xorg: Fix build for mips64

mips64 N64 ABI has different size for int and pointer
which means the compiler will complain about conversions
which works fine for 32 bit since sizes are same.

amd64 is taken care of already so we take care of mips64
with this patch by understanding the difference in sizes
in compiler.h

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-graphics/xorg-xserver/xserver-xorg-1.11.2.inc
meta/recipes-graphics/xorg-xserver/xserver-xorg-1.11.2/mips64-compiler.patch [new file with mode: 0644]