summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-cortexm1.armv5te
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tune/env.fake-cortexm1.armv5te')
-rw-r--r--scripts/tune/env.fake-cortexm1.armv5te5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/tune/env.fake-cortexm1.armv5te b/scripts/tune/env.fake-cortexm1.armv5te
deleted file mode 100644
index 13b293cb65..0000000000
--- a/scripts/tune/env.fake-cortexm1.armv5te
+++ /dev/null
@@ -1,5 +0,0 @@
-PACKAGE_ARCHS="all any noarch arm armv4 armv4t armv5 armv5t armv5e armv5te fake_cortexm1"
-TUNE_CCARGS=" -march=armv5e -marm -mthumb-interwork -mfloat-abi=softfp"
-TUNE_FEATURES="arm armv5 thumb dsp"
-TUNE_PKGARCH="armv5e"
-export CC="arm-oe-linux-gnueabi-gcc -march=armv5e -marm -mthumb-interwork -mfloat-abi=softfp --sysroot=SYSROOTS/fake-cortexm1"