kbuild: fix modpost compile with older gcc
authorakpm@osdl.org <akpm@osdl.org>
Wed, 22 Feb 2006 11:19:54 +0000 (03:19 -0800)
committerSam Ravnborg <sam@mars.ravnborg.org>
Wed, 22 Feb 2006 19:23:51 +0000 (20:23 +0100)
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 <akpm@osdl.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>

No differences found