Searched hist:"363 e9f05cbd105a900b7baf2cc55ec0cba546d08" (Results 1 – 1 of 1) sorted by relevance
/linux/arch/sh/boot/compressed/ |
H A D | Makefile | diff 363e9f05cbd105a900b7baf2cc55ec0cba546d08 Mon Jun 06 10:57:58 CEST 2011 Paul Mundt <lethal@linux-sh.org> sh: Remove compressed kernel libgcc dependency.
SH-2A is unable to combine the kernel and libgcc objects due to fundamental disagreements over FDPIC settings. As the kernel already contains all of the libgcc bits broken out, there's not much need to bother with the linking anymore, as everything can already be derived from the lib dir.
This simply plugs in the necessary bits to ensure that everything is built uniformly, enabling us to wean the compressed build off of explicit libgcc linking.
Reported-by: Phil Edworthy <phil.edworthy@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
|