From: Koen Kooi Date: Sat, 20 Sep 2008 11:29:11 +0000 (+0000) Subject: angstrom.inc: work around armv5te alignment issue for cairo and webkit X-Git-Tag: Release-2010-05/1~6047^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bd0589838447deb23cdbb39ea41de1e15d91b43;p=openembedded.git angstrom.inc: work around armv5te alignment issue for cairo and webkit --- diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 4ada4a89d4..3375a0089f 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