add missing file
[vuplus_openembedded] / conf / machine / include / tune-armv7.inc
1 # valid options for -march: `armv7', `armv7-a', `armv7-r', `armv7-m'
2 # valid option for -mtune: `cortex-a8', `cortex-r4', `cortex-m3', `cortex-m1'
3 # This will NOT compile programs in 'ARM' mode, which is what you really want
4 TARGET_CC_ARCH = "-march=armv7 -mfpu=vfp -mfloat-abi=softfp"
5 FEED_ARCH = "armv7"
6 PACKAGE_EXTRA_ARCHS += "armv4 armv4t armv5te armv6 armv7"
7 BASE_PACKAGE_ARCH = "armv7"
8
9 # Include tune file for thumb support, it defaults to off so DISTROs can turn it on if they wish
10 require conf/machine/include/tune-thumb.inc
11