Re: [RFC PATCH] powerpc/Makefile: Add option to build with gold

2016-08-12 Thread Nicholas Piggin
On Fri, 12 Aug 2016 21:30:21 +1000 Michael Ellerman wrote: > This adds a Kconfig option which can be turned on to enable use of the > gold linker. It depends on DEBUG_KERNEL to hopefully hide it from users > who don't really care about it, and also !COMPILE_TEST so that it will > be turned off fo

[RFC PATCH] powerpc/Makefile: Add option to build with gold

2016-08-12 Thread Michael Ellerman
This adds a Kconfig option which can be turned on to enable use of the gold linker. It depends on DEBUG_KERNEL to hopefully hide it from users who don't really care about it, and also !COMPILE_TEST so that it will be turned off for allyes/modconfig builds. In the wrapper script we currently always