mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 06:32:12 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5203 311d38ba-8fff-0310-9ca6-ca027cbcb966
11 lines
409 B
HTML
11 lines
409 B
HTML
FEED_ARCH = "armv5te"
|
|
|
|
TARGET_CC_ARCH = "-march=armv5te -mtune=xscale"
|
|
TARGET_CC_KERNEL_ARCH = "-march=armv5te -mtune=xscale"
|
|
BASE_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"
|
|
TARGET_CC_ARCH_pn-cairo = "-march=armv4t"
|