]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0e28e65237caff756802c03fba27480f9ab10b6b
treebd0e83f3a7a2ef6a1cab9c9aab362db83281bc3e
parent57c989ee50240fe211a1e504e8f24d24aa48f384
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