]> code.ossystems Code Review - openembedded-core.git/commit
qt4-4.8.7: fix build for mips n32
authorRobert Yang <liezhi.yang@windriver.com>
Fri, 27 Nov 2015 03:35:19 +0000 (19:35 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 8 Dec 2015 10:20:08 +0000 (10:20 +0000)
commit12c3982f4845929c0d0a1324cff4edbfb4cf59a7
tree38926e2d748c85077773b2f8334cc231170cb072
parent287809aee528fa81f024c6005a7e8572643e6fb4
qt4-4.8.7: fix build for mips n32

Issue: LIN8-1720

If _ABIN32 is defined, it should go into 32 bit branch.

Fixed:
./wtf/StdLibExtras.h: In instantiation of 'TO WTF::bitwise_cast(FROM) [with TO = int; FROM = double]':
runtime/JSValueInlineMethods.h:495:44:   required from here
./wtf/Assertions.h:326:47: error: size of array is negative
 #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]

(LOCAL REV: NOT UPSTREAM) -- Sent to oe-core on 20151127

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-qt/qt4/qt4-4.8.7.inc
meta/recipes-qt/qt4/qt4-4.8.7/fix-for-mips-n32.patch [new file with mode: 0644]