summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-core2
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tune/env.fake-core2')
-rw-r--r--scripts/tune/env.fake-core26
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/tune/env.fake-core2 b/scripts/tune/env.fake-core2
new file mode 100644
index 0000000000..65671f15ba
--- /dev/null
+++ b/scripts/tune/env.fake-core2
@@ -0,0 +1,6 @@
+AVAILTUNES=" x86 x86-64 x86-64-x32 i586 i686 core2-32 core2-64 core2-64-x32"
+PACKAGE_ARCHS="all any noarch x86 i586 i686 core2-32 fake_core2"
+TUNE_CCARGS=" -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse"
+TUNE_FEATURES="m32 core2"
+TUNE_PKGARCH="core2-32"
+export CC="i686-oe-linux-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=SYSROOT"