Andrew Morton <akpm@linux-foundation.org> wrote on 01.08.2008 08:12:06:
wrote:
This is caused by patch
gcov-create-links-to-gcda-files-in-build-directory.patch
which can be simply removed as it is no longer needed since patch
gcov-add-gcov-profiling-infrastructure-revert-link-changes.patch
has been added to -mm.
Hm, by now the only change to kbuild is the addition of gcc options
-fprofile-arcs/-ftest-coverage depending on the respective config
symbols. If there is anything else that should be changed, please
let me know.
Some of the problems caused/uncovered by enabling gcov profiling for
a kernel build on some architectures simply cannot be fixed by a change
to the kernel patch itself. I'm wondering if it would be possible
to disable this configuration option when specifying allyesconfig. That
way at least generic testing wouldn't be affected.
Regards,
Peter
--