commit | 084a275e4c9477c432b05e872c3a297eab41638a | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Wed Oct 19 14:16:00 2016 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Mon May 01 18:54:01 2017 +1000 |
tree | 1fe1135190ec9e45926de3d34bf70482d6563d49 | |
parent | 8915bcd68b2547c819b8a2a33c098121af9accb2 [diff] |
powerpc/64: Allow CONFIG_RELOCATABLE if COMPILE_TEST This was a hack we added to work around the allmodconfig build breaking, see commit fb43e8477ed9 ("powerpc: Disable RELOCATABLE for COMPILE_TEST with PPC64"). Since we merged the thin archives support in commit 43c9127d94d6 ("powerpc: Add option to use thin archives") this hasn't been necessary, so remove it. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>