On Mon, May 29, 2017 at 1:11 AM, Nicholas Piggin <npiggin@xxxxxxxxx> wrote: > > The next step will be to have archs always select THIN_ARCHIVES > when they are known to work. Then remove the option entirely. Honestly, why even do that? If we really think that thin archives is the way to go, and it's known to work on ppc, x86 and arm, why not just do it unconditionally? I hate our kconfig process as-is, and asking about odd binutils things that nobody knows the answer to is just rude. Plus it will actually be really really painful to find problems triggered by this, because it will be some magical config detail that nobody thinks of. In contrast, if we just enable this unconditionally, and it causes problems, they will show up the culprit trivially with "git bisect". So either thin archives work or they don't. Don't make it some painful drawn-out process that actually makes it harder to test rather than easier. Linus -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html