diff options
author | Richard Purdie <richard@openedhand.com> | 2008-09-19 17:32:35 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-09-19 17:32:35 +0000 |
commit | dc2a13090907194a9c4e9f61e3fa5b7d7f13a57b (patch) | |
tree | 725ac7f6aa69e8982e69711b661766c1d739116f | |
parent | b7b275518b11fa4ad468dfe07721200c0b20a9ce (diff) | |
download | openembedded-core-dc2a13090907194a9c4e9f61e3fa5b7d7f13a57b.tar.gz openembedded-core-dc2a13090907194a9c4e9f61e3fa5b7d7f13a57b.tar.bz2 openembedded-core-dc2a13090907194a9c4e9f61e3fa5b7d7f13a57b.zip |
tune-xscale.inc: Compile cairo for armv4 to avoid alighment trap issues with double instruction
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5203 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/conf/machine/include/tune-xscale.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/machine/include/tune-xscale.inc b/meta/conf/machine/include/tune-xscale.inc index fc6827c532..134758621e 100644 --- a/meta/conf/machine/include/tune-xscale.inc +++ b/meta/conf/machine/include/tune-xscale.inc @@ -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" |