]> code.ossystems Code Review - openembedded-core.git/commitdiff
tune-xscale.inc: Compile cairo for armv4 to avoid alighment trap issues with double...
authorRichard Purdie <richard@openedhand.com>
Fri, 19 Sep 2008 17:32:35 +0000 (17:32 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 19 Sep 2008 17:32:35 +0000 (17:32 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5203 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/conf/machine/include/tune-xscale.inc

index fc6827c532c52807c616081728e662f68df351da..134758621e3c5984ee38debcf089ad0a6ebac119 100644 (file)
@@ -7,3 +7,4 @@ BASE_PACKAGE_ARCH = "${@['armv5teb', 'armv5te'][bb.data.getVar('SITEINFO_ENDIANE
 # webkit-gtk has alignment issues with double instructions on armv5 so
 # disable them here
 TARGET_CC_ARCH_pn-webkit-gtk = "-march=armv4t"
+TARGET_CC_ARCH_pn-cairo = "-march=armv4t"