Browse Source

linux26: disable gcov kernel profiling support by default because it seems to be broken

user/karasz/test/ecn
Christian Wiese 15 years ago committed by Alejandro Mery
parent
commit
8975fd7abc
  1. 4
      base/linux26/arch/config-common.sh

4
base/linux26/arch/config-common.sh

@ -44,6 +44,10 @@ CONFIG_SYSFS_DEPRECATED_V2=n
CONFIG_DEBUG_.*=n
CONFIG_.*_DEBUG=n
CONFIG_REISERFS_CHECK=n
# disable gcov kernel profiling support because it seems to be broken
CONFIG_GCOV_KERNEL=n
CONFIG_GCOV_PROFILE_ALL=n
EOT
# broken since 2.6.20 and still as of 2.6.27

Loading…
Cancel
Save