Re: [PATCH 6/7] powerpc: switch to using thin archives if COMPILE_TEST is set
From: Nicholas Piggin <npiggin@gmail.com>
Date: 2016-10-19 09:26:51
From: Nicholas Piggin <npiggin@gmail.com>
Date: 2016-10-19 09:26:51
On Wed, 19 Oct 2016 16:57:23 +1100 Stephen Rothwell [off-list ref] wrote:
Hi Nick, On Wed, 19 Oct 2016 14:15:59 +1100 Nicholas Piggin [off-list ref] wrote:quoted
Enable thin archives build for powerpc when COMPILE_TEST is set. Thin archives are explained in this commit: a5967db9af51a84f5e181600954714a9e4c69f1fThis reference should be like this: a5967db9af51 ("kbuild: allow architectures to use thin archives instead of ld -r")
Hi Stephen, Good point, I'll change it. Thanks, Nick