Searched hist:baa25b57 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/powerpc/lib/ |
H A D | Makefile | baa25b57 Thu May 11 10:56:49 CDT 2017 Nicholas Piggin <npiggin@gmail.com> 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> baa25b57 Thu May 11 10:56:49 CDT 2017 Nicholas Piggin <npiggin@gmail.com> 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>
|