summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-cortex-m0plus
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tune/env.fake-cortex-m0plus')
-rw-r--r--scripts/tune/env.fake-cortex-m0plus8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/tune/env.fake-cortex-m0plus b/scripts/tune/env.fake-cortex-m0plus
new file mode 100644
index 0000000000..f64f70f3b7
--- /dev/null
+++ b/scripts/tune/env.fake-cortex-m0plus
@@ -0,0 +1,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"