>> > ( (__GNUC__ == 3 && __GNUC_MINOR__ == 3 && __GNUC_PATCHLEVEL__ >= 4) >> > && \ >> > HEAVILY_PATCHED_SUSE_GCC ) >> > I hope SuSE has added some #define to distinguish what they call "gcc >> > 3.3.4" from GNU gcc 3.3.4 >> It wasn't lost - I am just disinclined to cater to distros making their >> gcc lie about its version. > And therefore you added a patch that helps only those distros at the > price of breaking other people and distros using sane compilers?
A dirty method would be to use a configure prinsip to test-compile, and have a define that depends on it. Perhaps dirty, conserning kbuild, but resolves problems, unless the alias symbol works. Stian - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

