angstrom.inc: work around armv5te alignment issue for cairo and webkit
authorKoen Kooi <koen@openembedded.org>
Sat, 20 Sep 2008 11:29:11 +0000 (11:29 +0000)
committerKoen Kooi <koen@openembedded.org>
Sat, 20 Sep 2008 11:29:11 +0000 (11:29 +0000)
conf/distro/include/angstrom.inc

index 4ada4a8..3375a00 100644 (file)
@@ -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