All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH/RFC] qt4-embedded: tune QT_ARCH for armv6
@ 2010-11-04  9:52 Eric Bénard
  2010-11-04 18:05 ` Khem Raj
  2010-11-04 18:26 ` Holger Freyther
  0 siblings, 2 replies; 12+ messages in thread
From: Eric Bénard @ 2010-11-04  9:52 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Eric Bénard

this is a RFC, I think it can also be used on qt 4.6.x and on armv7.
Setting QT_ARCH to armv6 enable some asm optimized functions in QT.

Signed-off-by: Eric Bénard <eric@eukrea.com>
---
 recipes/qt4/qt4-embedded_4.7.0.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/qt4/qt4-embedded_4.7.0.bb b/recipes/qt4/qt4-embedded_4.7.0.bb
index 7e3d4b8..fbfaf85 100644
--- a/recipes/qt4/qt4-embedded_4.7.0.bb
+++ b/recipes/qt4/qt4-embedded_4.7.0.bb
@@ -2,9 +2,10 @@ DEFAULT_PREFERENCE = "-1"
 
 require qt4-embedded.inc
 
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
 
 QT_CONFIG_FLAGS_append_armv6 = " -no-neon "
+QT_ARCH_armv6 = "armv6"
 
 require qt-${PV}.inc
 
-- 
1.6.3.3




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

end of thread, other threads:[~2010-11-07 19:43 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-04  9:52 [PATCH/RFC] qt4-embedded: tune QT_ARCH for armv6 Eric Bénard
2010-11-04 18:05 ` Khem Raj
2010-11-04 18:26 ` Holger Freyther
2010-11-04 19:14   ` Eric Bénard
2010-11-05  9:32     ` Holger Freyther
2010-11-05  9:42       ` Eric Bénard
2010-11-05 10:21         ` Holger Freyther
2010-11-05 10:41           ` Eric Bénard
2010-11-07 19:42           ` Eric Bénard
2010-11-04 20:27   ` Khem Raj
2010-11-04 21:05   ` Koen Kooi
2010-11-05 11:21   ` Phil Blundell

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.