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