mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 06:32:11 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4857 311d38ba-8fff-0310-9ca6-ca027cbcb966
9 lines
418 B
PHP
9 lines
418 B
PHP
TARGET_CC_ARCH = "-march=armv6j -mtune=arm1136jf-s"
|
|
TARGET_CC_ARCH += "${@['', '-mfloat-abi=softfp -mfpu=vfp'][(bb.data.getVar('TARGET_FPU', d, 1) == 'soft') and (bb.data.getVar('CPU_FEATURES', d, 1).find('vfp') != -1)]}"
|
|
FEED_ARCH = "armv6"
|
|
BASE_PACKAGE_ARCH = "armv6"
|
|
|
|
ARM_INSTRUCTION_SET = "${@['thumb','arm'][bb.data.getVar('CPU_FEATURES', d, 1).find('thumb') == -1]}"
|
|
|
|
require conf/machine/include/tune-thumb.inc
|