summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-cortexm1.armv5thf-vfp
blob: ce271ce2538dfb27ec6012577c093d1fdcba2bfe (plain)
1
2
3
4
5
6
7
PACKAGE_ARCHS="all any noarch armv5hf-vfp armv5thf-vfp fake_cortexm1"
TUNE_CCARGS=" -march=armv5t -mthumb  -mthumb-interwork -mfpu=vfp  -mfloat-abi=hard"
TUNE_CCARGS_MFLOAT="hard"
TUNE_CCARGS_MFPU=" vfp"
TUNE_FEATURES="arm armv5 thumb     vfp callconvention-hard"
TUNE_PKGARCH="armv5thf-vfp"
export CC="arm-oe-linux-gnueabi-gcc  -march=armv5t -mthumb  -mthumb-interwork -mfpu=vfp  -mfloat-abi=hard --sysroot=SYSROOTS/fake-cortexm1"