summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-cortexa5.armv5e
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tune/env.fake-cortexa5.armv5e')
-rw-r--r--scripts/tune/env.fake-cortexa5.armv5e7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/tune/env.fake-cortexa5.armv5e b/scripts/tune/env.fake-cortexa5.armv5e
new file mode 100644
index 0000000000..aa073c17cd
--- /dev/null
+++ b/scripts/tune/env.fake-cortexa5.armv5e
@@ -0,0 +1,7 @@
+PACKAGE_ARCHS="all any noarch arm armv4 armv5 armv5e fake_cortexa5"
+TUNE_CCARGS=" -march=armv5te"
+TUNE_CCARGS_MFLOAT=""
+TUNE_CCARGS_MFPU=""
+TUNE_FEATURES="arm armv5 dsp"
+TUNE_PKGARCH="armv5e"
+export CC="arm-oe-linux-gnueabi-gcc -march=armv5te --sysroot=SYSROOT"