From b75971e3ad314b3fa3c4c3c69290bbafcc3fc286 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 10 Nov 2020 21:08:31 +0100 Subject: core/linux: disabled CONFIG_DEBUG_INFO_BTF --- core/linux/PKGBUILD | 6 +++--- core/linux/config.i486 | 2 +- core/linux/config.i686 | 2 +- core/linux/config.pentium4 | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'core') diff --git a/core/linux/PKGBUILD b/core/linux/PKGBUILD index 2eb82145..66654c36 100644 --- a/core/linux/PKGBUILD +++ b/core/linux/PKGBUILD @@ -6,9 +6,9 @@ source_i486=('config.i486') # fail if upstream's .config changes for ((i=0; i<${#sha256sums[@]}; i++)); do if [ "${sha256sums[${i}]}" = '958333f18de79c19ccf9eccb4e16e2a217a0619a1d96c2c65ccba23628815bab' ]; then - sha256sums_pentium4=('3bb505730c66597fa712931c73bce58bb94bee82aca4f54d8faee652722a0574') - sha256sums_i686=('3b2ee9b0fd90f736abf6b4bff3ca172369c2de435fa1d80ef84ef0a1daf7c35b') - sha256sums_i486=('d1e2425d7f1d161c142c835127154ee2e5e41d840fa7cee59d5248d148e6500a') + sha256sums_pentium4=('166212af66cb473c2d99520299870b82fe0760e32afee12ccbdd89b7938576a8') + sha256sums_i686=('e03ddcb833ff593af3f1927bb980887a3f86ce4fe86c0205afddce7dca742d45') + sha256sums_i486=('032588f94f126dc97352c440ca9f6bf83650b5686acecb1c22d6bb79465ea792') fi done diff --git a/core/linux/config.i486 b/core/linux/config.i486 index 3b7ed913..9bc7cbde 100644 --- a/core/linux/config.i486 +++ b/core/linux/config.i486 @@ -10604,7 +10604,7 @@ CONFIG_DEBUG_INFO=y # CONFIG_DEBUG_INFO_COMPRESSED is not set # CONFIG_DEBUG_INFO_SPLIT is not set CONFIG_DEBUG_INFO_DWARF4=y -CONFIG_DEBUG_INFO_BTF=y +CONFIG_DEBUG_INFO_BTF=n # CONFIG_GDB_SCRIPTS is not set # CONFIG_ENABLE_MUST_CHECK is not set CONFIG_FRAME_WARN=1024 diff --git a/core/linux/config.i686 b/core/linux/config.i686 index a713b27b..e4c603a1 100644 --- a/core/linux/config.i686 +++ b/core/linux/config.i686 @@ -10673,7 +10673,7 @@ CONFIG_DEBUG_INFO=y # CONFIG_DEBUG_INFO_COMPRESSED is not set # CONFIG_DEBUG_INFO_SPLIT is not set CONFIG_DEBUG_INFO_DWARF4=y -CONFIG_DEBUG_INFO_BTF=y +CONFIG_DEBUG_INFO_BTF=n # CONFIG_GDB_SCRIPTS is not set # CONFIG_ENABLE_MUST_CHECK is not set CONFIG_FRAME_WARN=1024 diff --git a/core/linux/config.pentium4 b/core/linux/config.pentium4 index 4c2baa12..05296b85 100644 --- a/core/linux/config.pentium4 +++ b/core/linux/config.pentium4 @@ -10680,7 +10680,7 @@ CONFIG_DEBUG_INFO=y # CONFIG_DEBUG_INFO_COMPRESSED is not set # CONFIG_DEBUG_INFO_SPLIT is not set CONFIG_DEBUG_INFO_DWARF4=y -CONFIG_DEBUG_INFO_BTF=y +CONFIG_DEBUG_INFO_BTF=n # CONFIG_GDB_SCRIPTS is not set # CONFIG_ENABLE_MUST_CHECK is not set CONFIG_FRAME_WARN=1024 -- cgit v1.2.3