mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 23:39:40 +01:00
tune-arm1136jf-s: switch to use CPU_FEATURES to enable/disable VFP and Thumb support
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3357 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
TARGET_CC_ARCH = "-march=armv6j -mtune=arm1136jf-s -mfpu=vfp -mfloat-abi=softfp"
|
||||
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"
|
||||
PACKAGE_ARCH = "armv6"
|
||||
|
||||
ARM_INSTRUCTION_SET = "${@['arm', 'thumb'][bb.data.getVar('CPU_FEATURES', d, 1).find('thumb') != 1]}"
|
||||
|
||||
require conf/machine/include/tune-thumb.inc
|
||||
|
||||
Reference in New Issue
Block a user