summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-cortexa8.cortexa8hf
blob: 663517b76e2abd32195cd45eea3e19991c2259ed (plain)
1
2
3
4
5
6
7
PACKAGE_ARCHS="all any noarch armv5hf-vfp  armv5ehf-vfp  armv6hf-vfp  armv7ahf-vfp  cortexa8hf-vfp fake_cortexa8"
TUNE_CCARGS=" -march=armv7-a -mfpu=vfp  -mfloat-abi=hard -mcpu=cortex-a8"
TUNE_CCARGS_MFLOAT="hard"
TUNE_CCARGS_MFPU=" vfp"
TUNE_FEATURES="arm armv7a vfp             callconvention-hard             cortexa8"
TUNE_PKGARCH="cortexa8hf-vfp"
export CC="arm-oe-linux-gnueabi-gcc  -march=armv7-a -mfpu=vfp  -mfloat-abi=hard -mcpu=cortex-a8 --sysroot=SYSROOTS/fake-cortexa8"