Look in Makefile, find a line like this
kbuild_2_4_nostdinc := -nostdinc $(shell $(CC) -print-search-dirs | sed -ne 's/install: \(.*\)/-I \1include/gp')
Change '$(CC)' to 'LANG=C $(CC)'.
The standard 2.4.18 kernel does not use -nostdinc but RH have
backported the patch from 2.4.19.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/