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