sh: Remove compressed kernel libgcc dependency.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 6 Jun 2011 08:57:58 +0000 (17:57 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 6 Jun 2011 08:57:58 +0000 (17:57 +0900)
commit363e9f05cbd105a900b7baf2cc55ec0cba546d08
treebd0e83f3a7a2ef6a1cab9c9aab362db83281bc3e
parent298c48a811673ba5e292359545f3af6d1a6c9764
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>
arch/sh/boot/compressed/Makefile