Do not generate NEON code for qt-4.6.2 embedded on armv6
authorValentin Longchamp <valentin.longchamp@epfl.ch>
Mon, 15 Mar 2010 07:04:04 +0000 (07:04 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 15 Mar 2010 17:14:17 +0000 (18:14 +0100)
commitebac0f7b1b6287ca0d6315176a6070b013836032
tree32a624a13510abc57716f62a75693d3b51d6a5d8
parent87b74b371b6c1d64c508c028d0633e9ad4ce1df3
Do not generate NEON code for qt-4.6.2 embedded on armv6

http://bugreports.qt.nokia.com/browse/QTBUG-8749
Neon code is generated for armv6 processor, where it should be armv7 only.
This results in illegal instructions with some of the qt4 libraries.

The current solution is not optimal, I just needed a quick fix for my arch
and I don't have the needed knowledge in OE to fix it cleanly, but I wanted
to point this issue out. But at least other arch (armv5 and armv4) should have
the same problem and receive the same fix.

Signed-off-by: Koen Kooi <koen@openembedded.org>
recipes/qt4/qt4-embedded_4.6.2.bb