All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Do not generate NEON code for qt-4.6.2 embedded
@ 2010-03-12 15:29 Valentin Longchamp
  2010-03-12 16:44 ` Koen Kooi
  0 siblings, 1 reply; 6+ messages in thread
From: Valentin Longchamp @ 2010-03-12 15:29 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Valentin Longchamp

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.
---
 recipes/qt4/qt4-embedded_4.6.2.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/qt4/qt4-embedded_4.6.2.bb b/recipes/qt4/qt4-embedded_4.6.2.bb
index 94ecd01..2d59609 100644
--- a/recipes/qt4/qt4-embedded_4.6.2.bb
+++ b/recipes/qt4/qt4-embedded_4.6.2.bb
@@ -2,5 +2,7 @@ require qt4-embedded.inc
 
 PR = "${INC_PR}.0"
 
+QT_CONFIG_FLAGS_append_armv6 = " -no-neon "
+
 require qt-${PV}.inc
 
-- 
1.6.3.3




^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-03-16  1:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-12 15:29 [PATCH] Do not generate NEON code for qt-4.6.2 embedded Valentin Longchamp
2010-03-12 16:44 ` Koen Kooi
2010-03-15 17:04   ` [PATCH] Do not generate NEON code for qt-4.6.2 embedded on armv6 Valentin Longchamp
2010-03-15 17:15     ` Koen Kooi
2010-03-16  0:36     ` Holger Hans Peter Freyther
2010-03-16  1:50       ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.