summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/tune-arm1136jf-s.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/machine/include/tune-arm1136jf-s.inc')
-rw-r--r--meta/conf/machine/include/tune-arm1136jf-s.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/conf/machine/include/tune-arm1136jf-s.inc b/meta/conf/machine/include/tune-arm1136jf-s.inc
index 2ea3c9d792..bc90924e90 100644
--- a/meta/conf/machine/include/tune-arm1136jf-s.inc
+++ b/meta/conf/machine/include/tune-arm1136jf-s.inc
@@ -1,7 +1,8 @@
1TUNE_ARCH = "arm"
2
1TARGET_CC_ARCH = "-march=armv6j -mtune=arm1136jf-s" 3TARGET_CC_ARCH = "-march=armv6j -mtune=arm1136jf-s"
2TARGET_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)]}" 4TARGET_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)]}"
3FEED_ARCH = "armv6" 5TUNE_PKGARCH = "armv6"
4BASE_PACKAGE_ARCH = "armv6"
5 6
6ARM_INSTRUCTION_SET = "${@['thumb','arm'][bb.data.getVar('CPU_FEATURES', d, 1).find('thumb') == -1]}" 7ARM_INSTRUCTION_SET = "${@['thumb','arm'][bb.data.getVar('CPU_FEATURES', d, 1).find('thumb') == -1]}"
7PACKAGE_EXTRA_ARCHS = "arm armv4 armv4t armv5te armv6" 8PACKAGE_EXTRA_ARCHS = "arm armv4 armv4t armv5te armv6"