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