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)
commitfededcd2af6219de69b252b7d3ea4b4ec2f33c7a
treea9efa5e71fec3c0a385e8429686d0be9d7d0a153
parent0f558c333445a0181f33f9e6f996ce7cf008206a
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 <akpm@osdl.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
scripts/mod/modpost.c