diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2014-12-05 11:17:02 +0000 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-12-07 22:09:44 +0100 |
commit | 3f985a262854df70dcf0fc3be0b261a9b7e56518 (patch) | |
tree | 7874b27dc96cdb28295764b3b0627e17af3175d3 /package/python-enum34/python-enum34.mk | |
parent | dab47af5d9504b325d791bbda48fa9249a139f90 (diff) | |
download | buildroot-3f985a262854df70dcf0fc3be0b261a9b7e56518.tar.gz buildroot-3f985a262854df70dcf0fc3be0b261a9b7e56518.zip |
xserver_xorg-server: disable libunwind on MIPS with 32-bit pointers
libunwind support in xorg-server is not only broken for MIPS64 n32 but
for all MIPS variants with 32-bit pointers. The reason is exactly the
same one. libunwind defines a uint64 variable to store the words. Then,
xorg-server casts that variable (64-bit) into a pointer (32-bit), and
the compilation fails:
backtrace.c:98:13: error: cast to pointer from integer of different size
[-Werror=int-to-pointer-cast]
Related:
https://bugs.freedesktop.org/show_bug.cgi?id=79939
Fixes:
http://autobuild.buildroot.net/results/87b/87be2c95957f9925c1258812e536df72689fc5da/
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-enum34/python-enum34.mk')
0 files changed, 0 insertions, 0 deletions