summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-cortexm1.armv5thfb-vfp
blob: 727e1a9ba53e5f3db4b72ddec1336ccc6a3a7b9e (plain)
1
2
3
4
5
6
7
PACKAGE_ARCHS="all any noarch armv5hfb-vfp armv5thfb-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 bigendian"
TUNE_PKGARCH="armv5thfb-vfp"
export CC="armeb-oe-linux-gnueabi-gcc  -march=armv5t -mthumb  -mthumb-interwork -mfpu=vfp  -mfloat-abi=hard --sysroot=SYSROOTS/fake-cortexm1"