VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Nick Desaulniers <ndesaulniers@google.com> 2021-02-05 12:22:20 -0800 committer: Masahiro Yamada <masahiroy@kernel.org> 2021-02-16 12:01:45 +0900 commit: 98cd6f521f1016171e9e263effc7d6edfbf61da1 parent: a66049e2cf0ef166dba5bafdbb3062287fc965ad
Commit Summary:
Kconfig: allow explicit opt in to DWARF v5
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/Makefile b/Makefile
index c567c4343880..681bdb5d2f41 100644
--- a/Makefile
+++ b/Makefile
@@ -832,6 +832,7 @@ endif
 
 ifndef CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT
 dwarf-version-$(CONFIG_DEBUG_INFO_DWARF4) := 4
+dwarf-version-$(CONFIG_DEBUG_INFO_DWARF5) := 5
 DEBUG_CFLAGS	+= -gdwarf-$(dwarf-version-y)
 endif