x86: Enable Link Time Optimization LTO is opt-in per architecture because it usually needs some fixes. LTO needs THIN_ARCHIVES because standard binutils doesn't like mixing assembler and LTO code with ld -r. Enable LTO and THIN_ARCHIVES for x86 Signed-off-by: Andi Kleen <ak@linux.intel.com>