summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-cortex-m0plus.armv5hfb-vfp
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tune/env.fake-cortex-m0plus.armv5hfb-vfp')
-rw-r--r--scripts/tune/env.fake-cortex-m0plus.armv5hfb-vfp7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/tune/env.fake-cortex-m0plus.armv5hfb-vfp b/scripts/tune/env.fake-cortex-m0plus.armv5hfb-vfp
new file mode 100644
index 0000000000..3f7646d5ef
--- /dev/null
+++ b/scripts/tune/env.fake-cortex-m0plus.armv5hfb-vfp
@@ -0,0 +1,7 @@
+PACKAGE_ARCHS="all any noarch armv5hfb-vfp fake_cortex_m0plus"
+TUNE_CCARGS=" -march=armv5t -mfpu=vfp -mfloat-abi=hard"
+TUNE_CCARGS_MFLOAT="hard"
+TUNE_CCARGS_MFPU=" vfp"
+TUNE_FEATURES="arm armv5 vfp callconvention-hard bigendian"
+TUNE_PKGARCH="armv5hfb-vfp"
+export CC="armeb-oe-linux-gnueabi-gcc -march=armv5t -mfpu=vfp -mfloat-abi=hard --sysroot=SYSROOT"