summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-cortex-m0.armv6m
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tune/env.fake-cortex-m0.armv6m')
-rw-r--r--scripts/tune/env.fake-cortex-m0.armv6m7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/tune/env.fake-cortex-m0.armv6m b/scripts/tune/env.fake-cortex-m0.armv6m
deleted file mode 100644
index 62745962ea..0000000000
--- a/scripts/tune/env.fake-cortex-m0.armv6m
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGE_ARCHS="all any noarch armv6m fake_cortex_m0"
-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"