]> git.hungrycats.org Git - linux/commit
Kconfig.debug: simplify the dependency of DEBUG_INFO_DWARF4/5
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 4 Oct 2022 16:29:03 +0000 (01:29 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 24 Oct 2022 07:58:31 +0000 (09:58 +0200)
commit01d15d7f3bb13ca382503587fe68c7e7af139410
treecdf1a35ff45d71b998fc9d714069923538627713
parent6cfc3d5b06fe82ec7b7109f5ddfb22745475d165
Kconfig.debug: simplify the dependency of DEBUG_INFO_DWARF4/5

commit 4f001a21080ff2e2f0e1c3692f5e119aedbb3bc1 upstream.

Commit c0a5c81ca9be ("Kconfig.debug: drop GCC 5+ version check for
DWARF5") could have cleaned up the code a bit more.

"CC_IS_CLANG &&" is unneeded. No functional change is intended.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
lib/Kconfig.debug