summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-cortex-m0plus.armv4tb
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tune/env.fake-cortex-m0plus.armv4tb')
-rw-r--r--scripts/tune/env.fake-cortex-m0plus.armv4tb7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/tune/env.fake-cortex-m0plus.armv4tb b/scripts/tune/env.fake-cortex-m0plus.armv4tb
deleted file mode 100644
index b97d2b4eaf..0000000000
--- a/scripts/tune/env.fake-cortex-m0plus.armv4tb
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGE_ARCHS="all any noarch armeb armv4b armv4tb fake_cortex_m0plus"
-TUNE_CCARGS=" -march=armv4t -mthumb"
-TUNE_CCARGS_MFLOAT=""
-TUNE_CCARGS_MFPU=""
-TUNE_FEATURES="arm armv4 thumb bigendian"
-TUNE_PKGARCH="armv4tb"
-export CC="armeb-oe-linux-gnueabi-gcc -march=armv4t -mthumb --sysroot=SYSROOT"