Just a heads up. Current kbuild 2.5 defaults to -traditional for assembler so code that requires full cpp processing has to specify -no-traditional. That is painful, most new code requires full cpp so users have to specify overrides. -no-traditional is not supported by cpp so kbuild has to fiddle with the flags to get the same effect. It does not help that at least one gcc cross compiler breaks on the -traditional flag (ix86 -> ia64). All things considered, I am changing the default to no -traditional so only old code will require an override of -traditional.
_______________________________________________ kbuild-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/kbuild-devel
