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