From: akpm@osdl.org Date: Wed, 22 Feb 2006 11:19:54 +0000 (-0800) Subject: kbuild: fix modpost compile with older gcc X-Git-Tag: v2.6.17-rc1~733^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fededcd2af6219de69b252b7d3ea4b4ec2f33c7a;p=pandora-kernel.git kbuild: fix modpost compile with older gcc The kernel now requires that CC be 3.1.0 or higher. But we shouldn't place that requirement upon HOSTCC unless we really need to. Fixes my ia64 problem. Signed-off-by: Andrew Morton Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed