summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-cortexa9.cortexa9hf-vfpv3
blob: 4fc42f308a623ee951268cd27187338d63a6d965 (plain)
1
2
3
4
5
6
7
PACKAGE_ARCHS="all any noarch armv5hf-vfp armv5ehf-vfp armv6hf-vfp armv7ahf-vfp armv7ahf-vfpv3d16 armv7ahf-vfpv3 cortexa9hf-vfp cortexa9hf-vfpv3 fake_cortexa9"
TUNE_CCARGS=" -mfpu=vfpv3 -mfloat-abi=hard -mcpu=cortex-a9"
TUNE_CCARGS_MFLOAT="hard"
TUNE_CCARGS_MFPU=" vfp vfpv3"
TUNE_FEATURES="arm vfp cortexa9 callconvention-hard vfpv3"
TUNE_PKGARCH="cortexa9hf-vfpv3"
export CC="arm-oe-linux-gnueabi-gcc  -mfpu=vfpv3 -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=SYSROOT"