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