summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/machine/include/tune-core2.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/machine/include/tune-core2.inc b/meta/conf/machine/include/tune-core2.inc
index 078e22d192..9a4cb7017a 100644
--- a/meta/conf/machine/include/tune-core2.inc
+++ b/meta/conf/machine/include/tune-core2.inc
@@ -8,6 +8,9 @@
8# 8#
9DEFAULTTUNE ?= "core2-32" 9DEFAULTTUNE ?= "core2-32"
10 10
11# Set x86 target arch to i686, so that glibc enables SSE optimised memcpy, etc.
12X86ARCH32 ?= "i686"
13
11# Include the previous tune to pull in PACKAGE_EXTRA_ARCHS 14# Include the previous tune to pull in PACKAGE_EXTRA_ARCHS
12require conf/machine/include/tune-i586.inc 15require conf/machine/include/tune-i586.inc
13 16