A bug report has highlighted that using $(CC) or any variable listed below in Makefile.defs.*config is wrong. These variables are modified when you make install as another user, instead of doing what you expect they issue an error message "KBUILD_WRITABLE is false, giving up". That messes up flag processing in Makefile.defs.*config.
The solution is easy, append _real to any variable below that is used in Makefile.defs.*config, e.g. $(CC_real) instead of $(CC). This only affects Makefile.defs.*config. AS LD CC CPP AR STRIP OBJCOPY HOSTAS HOSTCC HOSTLD HOSTAR _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] _______________________________________________ kbuild-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/kbuild-devel