> 
> > 2) suggested functionality makes it easy to do make headers_install
> 
> This is something completely different (cfr. the other thread handling
> it). If `make headers_install' doesn't need the cross compiler, it
> should not try to execute it.

This is obviously correct.
It happens that we execute gcc several times for just about any target
due to the:
CFLAGS += $(call cc-option, xxx)

And refactoring the top-level Makefile to avoid this is on my TODO list.
But it is a major crunch to do correct...

The primary objective to do so is btw not to solve this issue but
more to get the top-level Makefile off the top-10 list of the most
ureadable unmaitaninable unhackable code in the kernel.

        Sam
-
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/

Reply via email to