]> code.ossystems Code Review - openembedded-core.git/commit
tune-i686: Add new tune for better support of 686-class CPUs.
authorCarlos Alberto Lopez Perez <clopez@igalia.com>
Mon, 15 Jan 2018 20:02:55 +0000 (21:02 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Jan 2018 12:49:23 +0000 (12:49 +0000)
commitc08f76ba0654e43074b6b964f728765918dbfb09
tree087e3cfa52abdb593b205eeb4aeab8490ec09de2
parentf0f92d3d0f42a4a7e521b58dac53e14f9e2572a1
tune-i686: Add new tune for better support of 686-class CPUs.

There isn't currently any tune available for i686 x86 optimizations.
The tune for i586 doesn't enable i686 specific optimizations, and the
one for core2 enables things that won't work on a i686 CPU (like SSE3).

Make the tune for core2 inherits from this one and move there the
setting of X86ARCH32.

Signed-off-by: Carlos Alberto Lopez Perez <clopez@igalia.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/machine/include/tune-core2.inc
meta/conf/machine/include/tune-i686.inc [new file with mode: 0644]