summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-cortexm3.armv5thf-vfp
blob: a1be1a29b7384de0d41bb055eb0277c93e5504ea (plain)
1
2
3
4
5
6
7
PACKAGE_ARCHS="all any noarch armv5hf-vfp armv5thf-vfp fake_cortexm3"
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-cortexm3"