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