summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-cortex-m0plus
blob: f64f70f3b731d5c4b84719595c258c28ab6fe5de (plain)
1
2
3
4
5
6
7
8
AVAILTUNES=" armv4 armv4t armv4b armv4tb armv5 armv5t armv5-vfp armv5t-vfp armv5hf-vfp armv5thf-vfp armv5b armv5tb armv5b-vfp armv5tb-vfp armv5hfb-vfp armv5thfb-vfp armv6m cortexm0-plus"
PACKAGE_ARCHS="all any noarch armv6m cortexm0-plus fake_cortex_m0plus"
TUNE_CCARGS=" -march=armv6s-m -mcpu=cortex-m0plus"
TUNE_CCARGS_MFLOAT=""
TUNE_CCARGS_MFPU=""
TUNE_FEATURES="armv6m cortexm0-plus"
TUNE_PKGARCH="cortexm0-plus"
export CC="arm-oe-linux-gnueabi-gcc  -march=armv6s-m -mcpu=cortex-m0plus --sysroot=SYSROOT"