commit | baa25b571a168aff5a13bfdc973f1229e2b12b63 | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Fri May 12 01:56:49 2017 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue May 30 14:59:51 2017 +1000 |
tree | 97ab772fa21311078cc9474de059a6e6e8604c2d | |
parent | e8c688251d0e8baca1cd68992c9ef4078a0361c8 [diff] |
powerpc/64: Do not link crtsavres.o in vmlinux The 64-bit linker creates save/restore functions on demand with final links, so vmlinux does not require crtsavres.o. Make crtsavres.o extra-y on 64-bit (it is still required by modules). Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>