diff options
| -rw-r--r-- | meta/conf/machine/include/tune-core2.inc | 3 |
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 | # |
| 9 | DEFAULTTUNE ?= "core2-32" | 9 | DEFAULTTUNE ?= "core2-32" |
| 10 | 10 | ||
| 11 | # Set x86 target arch to i686, so that glibc enables SSE optimised memcpy, etc. | ||
| 12 | X86ARCH32 ?= "i686" | ||
| 13 | |||
| 11 | # Include the previous tune to pull in PACKAGE_EXTRA_ARCHS | 14 | # Include the previous tune to pull in PACKAGE_EXTRA_ARCHS |
| 12 | require conf/machine/include/tune-i586.inc | 15 | require conf/machine/include/tune-i586.inc |
| 13 | 16 | ||
