From 3f0347895c36a37e48c41129cc530ab460ea95a3 Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Fri, 7 Feb 2020 09:18:40 -0500 Subject: Disable DEBUG_INFO_BTF on armv7 The build appears to reliably break with this on. --- kernel-armv7hl-fedora.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel-armv7hl-fedora.config') diff --git a/kernel-armv7hl-fedora.config b/kernel-armv7hl-fedora.config index ee69ef648..bcf296ba4 100644 --- a/kernel-armv7hl-fedora.config +++ b/kernel-armv7hl-fedora.config @@ -1278,7 +1278,7 @@ CONFIG_DEBUG_FS=y # CONFIG_DEBUG_GPIO is not set CONFIG_DEBUG_HIGHMEM=y # CONFIG_DEBUG_HOTPLUG_CPU0 is not set -CONFIG_DEBUG_INFO_BTF=y +# CONFIG_DEBUG_INFO_BTF is not set # CONFIG_DEBUG_INFO_DWARF4 is not set # CONFIG_DEBUG_INFO_REDUCED is not set # CONFIG_DEBUG_INFO_SPLIT is not set -- cgit