diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-12-14 11:36:58 -0600 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-12-14 11:36:58 -0600 |
commit | 87e7c811b120ebbd551f775be8a8888e2fd2327d (patch) | |
tree | dce1f55251f5deb95f6f4a53be4d5e3f11c36a9a /kernel-aarch64-rhel.config | |
parent | 12700e38e8ba0a7be437a4c5804ba0e6417fdc24 (diff) | |
download | kernel-87e7c811b120ebbd551f775be8a8888e2fd2327d.tar.gz kernel-87e7c811b120ebbd551f775be8a8888e2fd2327d.tar.xz kernel-87e7c811b120ebbd551f775be8a8888e2fd2327d.zip |
Turns out it was not BTF, but gcc 11 that is the issues
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'kernel-aarch64-rhel.config')
-rw-r--r-- | kernel-aarch64-rhel.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel-aarch64-rhel.config b/kernel-aarch64-rhel.config index bab7e727e..c8effcd96 100644 --- a/kernel-aarch64-rhel.config +++ b/kernel-aarch64-rhel.config @@ -1068,7 +1068,7 @@ CONFIG_DEBUG_FS_ALLOW_ALL=y # CONFIG_DEBUG_FS_DISALLOW_MOUNT is not set CONFIG_DEBUG_FS=y # CONFIG_DEBUG_GPIO is not set -# CONFIG_DEBUG_INFO_BTF is not set +CONFIG_DEBUG_INFO_BTF=y # CONFIG_DEBUG_INFO_COMPRESSED is not set CONFIG_DEBUG_INFO_DWARF4=y # CONFIG_DEBUG_INFO_REDUCED is not set |