From: Will Deacon Date: Sun, 7 Apr 2013 09:36:10 +0000 (+1200) Subject: alpha: makefile: don't enforce small data model for kernel builds X-Git-Tag: v3.9-rc6~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd8d2331756751b6aeb855a3c9cb0a92fbd9c725;p=pandora-kernel.git alpha: makefile: don't enforce small data model for kernel builds Due to all of the goodness being packed into today's kernels, the resulting image isn't as slim as it once was. In light of this, don't pass -msmall-data to gcc, which otherwise results in link failures due to impossible relocations when compiling anything but the most trivial configurations. Cc: Richard Henderson Cc: Ivan Kokshaysky Reviewed-by: Matt Turner Tested-by: Thorsten Kranzkowski Signed-off-by: Will Deacon Signed-off-by: Michael Cree Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed