summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-cortex-m0plus.armv6m
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tune/env.fake-cortex-m0plus.armv6m')
-rw-r--r--scripts/tune/env.fake-cortex-m0plus.armv6m7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/tune/env.fake-cortex-m0plus.armv6m b/scripts/tune/env.fake-cortex-m0plus.armv6m
new file mode 100644
index 0000000000..0102c360ac
--- /dev/null
+++ b/scripts/tune/env.fake-cortex-m0plus.armv6m
@@ -0,0 +1,7 @@
+PACKAGE_ARCHS="all any noarch armv6m fake_cortex_m0plus"
+TUNE_CCARGS=" -march=armv6s-m"
+TUNE_CCARGS_MFLOAT=""
+TUNE_CCARGS_MFPU=""
+TUNE_FEATURES="armv6m"
+TUNE_PKGARCH="armv6m"
+export CC="arm-oe-linux-gnueabi-gcc -march=armv6s-m --sysroot=SYSROOT"