summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-cortexa7.cortexa7thf
blob: a8e94eefffeb28b979b9af95a0e932a9d43e4f3d (plain)
1
2
3
4
5
6
7
PACKAGE_ARCHS="all any noarch armv5hf-vfp armv5thf-vfp armv5ehf-vfp armv5tehf-vfp armv6hf-vfp armv6thf-vfp armv7ahf-vfp armv7at2hf-vfp armv7vehf-vfp armv7vet2hf-vfp cortexa7hf-vfp cortexa7t2hf-vfp fake_cortexa7"
TUNE_CCARGS=" -mthumb -mfpu=vfp -mfloat-abi=hard -mcpu=cortex-a7"
TUNE_CCARGS_MFLOAT="hard"
TUNE_CCARGS_MFPU=" vfp"
TUNE_FEATURES="arm vfp cortexa7 thumb callconvention-hard"
TUNE_PKGARCH="cortexa7t2hf-vfp"
export CC="arm-oe-linux-gnueabi-gcc  -mthumb -mfpu=vfp -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=SYSROOT"