summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2021-08-30 18:31:59 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2021-08-30 18:32:55 +0200
commit7b58b254f348ad15cb36146e67670283d8d99293 (patch)
treec941410094b2dd6d07ffee905603cd4f5fed711a
parent69f8b0d425ce91f297774520b86c253654acc0f0 (diff)
downloadDistroKit-7b58b254f348ad15cb36146e67670283d8d99293.tar.gz
DistroKit-7b58b254f348ad15cb36146e67670283d8d99293.tar.xz
platform-x86_64: kernel: enable ORC unwinder
The orc unwinder needs the host-tool 'objtool' and libelf is needed to build it and ptxdist has an option to ensure it is available. The kernel and ptxdist options for this should match. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
-rw-r--r--configs/platform-x86_64/kernelconfig5
1 files changed, 2 insertions, 3 deletions
diff --git a/configs/platform-x86_64/kernelconfig b/configs/platform-x86_64/kernelconfig
index 95b8949..f417e1b 100644
--- a/configs/platform-x86_64/kernelconfig
+++ b/configs/platform-x86_64/kernelconfig
@@ -3607,7 +3607,6 @@ CONFIG_FRAME_WARN=1024
# CONFIG_DEBUG_SECTION_MISMATCH is not set
CONFIG_SECTION_MISMATCH_WARN_ONLY=y
# CONFIG_DEBUG_FORCE_FUNCTION_ALIGN_64B is not set
-CONFIG_FRAME_POINTER=y
CONFIG_STACK_VALIDATION=y
# CONFIG_VMLINUX_MAP is not set
# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
@@ -3846,8 +3845,8 @@ CONFIG_IO_DELAY_0X80=y
# CONFIG_DEBUG_NMI_SELFTEST is not set
CONFIG_X86_DEBUG_FPU=y
# CONFIG_PUNIT_ATOM_DEBUG is not set
-# CONFIG_UNWINDER_ORC is not set
-CONFIG_UNWINDER_FRAME_POINTER=y
+CONFIG_UNWINDER_ORC=y
+# CONFIG_UNWINDER_FRAME_POINTER is not set
# CONFIG_UNWINDER_GUESS is not set
# end of x86 Debugging