summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-c3.c3
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tune/env.fake-c3.c3')
-rw-r--r--scripts/tune/env.fake-c3.c35
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/tune/env.fake-c3.c3 b/scripts/tune/env.fake-c3.c3
new file mode 100644
index 0000000000..62668f0ee2
--- /dev/null
+++ b/scripts/tune/env.fake-c3.c3
@@ -0,0 +1,5 @@
+PACKAGE_ARCHS="all any noarch x86 i386 i486 i586 fake_c3"
+TUNE_CCARGS=" -m32 -march=c3 -mtune=c3"
+TUNE_FEATURES="m32 c3"
+TUNE_PKGARCH="i586"
+export CC="i586-oe-linux-gcc -m32 -march=c3 -mtune=c3 --sysroot=SYSROOT"