From 0c2501f3a5c015ad1848d2016a4e28bf82fc78ff Mon Sep 17 00:00:00 2001 From: oreo639 Date: Wed, 17 Jan 2024 15:21:45 -0800 Subject: [PATCH] linux6.7: update kernel config for gcc 13 --- srcpkgs/linux6.7/files/arm64-dotconfig | 1 + srcpkgs/linux6.7/files/i386-dotconfig | 1 + srcpkgs/linux6.7/files/x86_64-dotconfig | 1 + 3 files changed, 3 insertions(+) diff --git a/srcpkgs/linux6.7/files/arm64-dotconfig b/srcpkgs/linux6.7/files/arm64-dotconfig index 9b3a5816b2a..13b7f0b88b8 100644 --- a/srcpkgs/linux6.7/files/arm64-dotconfig +++ b/srcpkgs/linux6.7/files/arm64-dotconfig @@ -12909,6 +12909,7 @@ CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y # CONFIG_DEBUG_INFO_REDUCED is not set CONFIG_DEBUG_INFO_COMPRESSED_NONE=y # CONFIG_DEBUG_INFO_COMPRESSED_ZLIB is not set +# CONFIG_DEBUG_INFO_COMPRESSED_ZSTD is not set # CONFIG_DEBUG_INFO_SPLIT is not set CONFIG_DEBUG_INFO_BTF=y CONFIG_PAHOLE_HAS_SPLIT_BTF=y diff --git a/srcpkgs/linux6.7/files/i386-dotconfig b/srcpkgs/linux6.7/files/i386-dotconfig index 08f008ba090..0e5f1f2868f 100644 --- a/srcpkgs/linux6.7/files/i386-dotconfig +++ b/srcpkgs/linux6.7/files/i386-dotconfig @@ -10646,6 +10646,7 @@ CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y # CONFIG_DEBUG_INFO_REDUCED is not set CONFIG_DEBUG_INFO_COMPRESSED_NONE=y # CONFIG_DEBUG_INFO_COMPRESSED_ZLIB is not set +# CONFIG_DEBUG_INFO_COMPRESSED_ZSTD is not set # CONFIG_DEBUG_INFO_SPLIT is not set CONFIG_DEBUG_INFO_BTF=y CONFIG_PAHOLE_HAS_SPLIT_BTF=y diff --git a/srcpkgs/linux6.7/files/x86_64-dotconfig b/srcpkgs/linux6.7/files/x86_64-dotconfig index 9ec1f7922f4..da4f1fd47c6 100644 --- a/srcpkgs/linux6.7/files/x86_64-dotconfig +++ b/srcpkgs/linux6.7/files/x86_64-dotconfig @@ -11057,6 +11057,7 @@ CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y # CONFIG_DEBUG_INFO_REDUCED is not set CONFIG_DEBUG_INFO_COMPRESSED_NONE=y # CONFIG_DEBUG_INFO_COMPRESSED_ZLIB is not set +# CONFIG_DEBUG_INFO_COMPRESSED_ZSTD is not set # CONFIG_DEBUG_INFO_SPLIT is not set CONFIG_DEBUG_INFO_BTF=y CONFIG_PAHOLE_HAS_SPLIT_BTF=y