]> code.ossystems Code Review - openembedded-core.git/commitdiff
tune-xscale.inc: Compile webkit-gtk for armv4t since there are massive alignment...
authorRichard Purdie <richard@openedhand.com>
Mon, 14 Jul 2008 16:19:09 +0000 (16:19 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 14 Jul 2008 16:19:09 +0000 (16:19 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4833 311d38ba-8fff-0310-9ca6-ca027cbcb966

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

index f14aee9aedb032e8467bdd82541d0c238fa0a6e2..4cb0b4f7c36b4a53dffeafae1bc41fce3924daf0 100644 (file)
@@ -3,3 +3,7 @@ FEED_ARCH = "armv5te"
 TARGET_CC_ARCH = "-march=armv5te -mtune=xscale"
 TARGET_CC_KERNEL_ARCH = "-march=armv5te -mtune=xscale"
 PACKAGE_ARCH = "${@['armv5teb', 'armv5te'][bb.data.getVar('SITEINFO_ENDIANESS', d, 1) == 'le']}"
+
+# webkit-gtk has alignment issues with double instructions on armv5 so
+# disable them here
+TARGET_CC_ARCH_pn-webkit-gtk = "-march=armv4t"