summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-cortexm1.armv7at
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tune/env.fake-cortexm1.armv7at')
-rw-r--r--scripts/tune/env.fake-cortexm1.armv7at5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/tune/env.fake-cortexm1.armv7at b/scripts/tune/env.fake-cortexm1.armv7at
deleted file mode 100644
index bf9900e314..0000000000
--- a/scripts/tune/env.fake-cortexm1.armv7at
+++ /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 armv7a armv7a-vfp armv7at2-vfp fake_cortexm1"
-TUNE_CCARGS=" -march=armv7-a -marm -mthumb-interwork -mfloat-abi=softfp"
-TUNE_FEATURES="arm armv7a vfp thumb"
-TUNE_PKGARCH="armv7a-vfp"
-export CC="arm-oe-linux-gnueabi-gcc -march=armv7-a -marm -mthumb-interwork -mfloat-abi=softfp --sysroot=SYSROOTS/fake-cortexm1"