From: Paul Mundt Date: Mon, 6 Jun 2011 08:57:58 +0000 (+0900) Subject: sh: Remove compressed kernel libgcc dependency. X-Git-Tag: v3.0-rc4~29^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=363e9f05cbd105a900b7baf2cc55ec0cba546d08;p=pandora-kernel.git 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 Signed-off-by: Paul Mundt --- Reading git-diff-tree failed