]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
qt4-4.8.7: fix build for mips n32 rbt/qt
authorRobert Yang <liezhi.yang@windriver.com>
Fri, 27 Nov 2015 03:17:11 +0000 (19:17 -0800)
committerRobert Yang <liezhi.yang@windriver.com>
Fri, 27 Nov 2015 03:26:41 +0000 (19:26 -0800)
commit5fe993c3d1274aeeafe7b91df698ad20428eda81
tree271a027794f64782c9e835e0454e2a36ee46897e
parent80b3974081c4a8c604e23982a6db8fb32c616058
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>
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]