On 10/16/06, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote:
>
> Perhaps Compile could check what version of GCC was used to compile the
> kernel and warn if the current GCC does not match, when compiling
> modules? Perhaps even automagically symlink the right GCC in before
> compiling and the original one back afterwards...

Currently there's no information that a given recipe is related to a
kernel module, or that it contains a kernel module among other things.
It's doable (would require a new flag to recipe such as
contains_kernel_module=yes), but I prefer to only warn the user about
the right GCC version rather than automatically symlinking the correct
version, as it could break parallel builds.

-- 
Lucas
powered by /dev/dsp
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to