[oe-commits] : angstrom.inc: work around armv5te alignment issue for cairo and webkit

OE GIT Trial gittrial at amethyst.openembedded.net
Sat Sep 20 11:34:19 UTC 2008


Module: OE.dev
Branch: master
Commit: 66e68978e2149295efd72b9508972cefc7f149db
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=66e68978e2149295efd72b9508972cefc7f149db

Author:  <koen at openembedded.org>
Date:   Sat Sep 20 11:29:11 2008 +0000

angstrom.inc: work around armv5te alignment issue for cairo and webkit

---

 conf/distro/include/angstrom.inc |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index 4ada4a8..3375a00 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -79,6 +79,11 @@ TARGET_FPU_armv6 ?= "hard"
 TARGET_FPU_armv7a ?= "hard"
 TARGET_FPU_ppc603e ?= "hard"
 
+# webkit-gtk and cairo have alignment issues with double instructions on armv5 so
+# disable them here
+TARGET_CC_ARCH_pn-webkit-gtk_armv5te = "-march=armv4t"
+TARGET_CC_ARCH_pn-cairo_armv5te = "-march=armv4t"
+
 #Set the right arch for the feeds
 #Alphabetically sorted
 





More information about the Openembedded-commits mailing list