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