summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-cortex-m0
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tune/env.fake-cortex-m0')
-rw-r--r--scripts/tune/env.fake-cortex-m08
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/tune/env.fake-cortex-m0 b/scripts/tune/env.fake-cortex-m0
new file mode 100644
index 0000000000..38e477a3af
--- /dev/null
+++ b/scripts/tune/env.fake-cortex-m0
@@ -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"
+PACKAGE_ARCHS="all any noarch armv6m cortexm0 fake_cortex_m0"
+TUNE_CCARGS=" -march=armv6s-m -mcpu=cortex-m0"
+TUNE_CCARGS_MFLOAT=""
+TUNE_CCARGS_MFPU=""
+TUNE_FEATURES="armv6m cortexm0"
+TUNE_PKGARCH="cortexm0"
+export CC="arm-oe-linux-gnueabi-gcc -march=armv6s-m -mcpu=cortex-m0 --sysroot=SYSROOT"