summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig.debug
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2021-09-21 15:23:50 +0100
committerMark Brown <broonie@kernel.org>2021-09-21 15:23:50 +0100
commit66ae258ccf400e5275b8cb4ecbfe7d25f2cb2e56 (patch)
tree386a7b596562b7dd99163e1c80255335711e7afc /lib/Kconfig.debug
parent09134c5322df9f105d9ed324051872d5d0e162aa (diff)
parentffb1e76f4f32d2b8ea4189df0484980370476395 (diff)
downloadcachepc-linux-66ae258ccf400e5275b8cb4ecbfe7d25f2cb2e56.tar.gz
cachepc-linux-66ae258ccf400e5275b8cb4ecbfe7d25f2cb2e56.zip
Merge branch 'spi-5.15' into spi-5.16
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r--lib/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index ed4a31e34098..d566f601780f 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -295,7 +295,7 @@ config DEBUG_INFO_DWARF4
config DEBUG_INFO_DWARF5
bool "Generate DWARF Version 5 debuginfo"
- depends on GCC_VERSION >= 50000 || (CC_IS_CLANG && (AS_IS_LLVM || (AS_IS_GNU && AS_VERSION >= 23502)))
+ depends on !CC_IS_CLANG || (CC_IS_CLANG && (AS_IS_LLVM || (AS_IS_GNU && AS_VERSION >= 23502)))
depends on !DEBUG_INFO_BTF
help
Generate DWARF v5 debug info. Requires binutils 2.35.2, gcc 5.0+ (gcc