diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-01-16 04:02:17 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-01-16 04:02:17 +0000 |
commit | 2ad35579595320db030feb0a056e3a810b715a09 (patch) | |
tree | 7d4d34fb32a486812f3be0021bb61ff34fd68498 /sub/kernel/qemu-system-x86_64-config | |
parent | e95a87fe0f4b2f60e2b77d77311027f52fa13702 (diff) | |
download | lh-bootstrap-2ad35579595320db030feb0a056e3a810b715a09.tar.xz |
no libelf -> don't use ORC unwinder in kernel
Diffstat (limited to 'sub/kernel/qemu-system-x86_64-config')
-rw-r--r-- | sub/kernel/qemu-system-x86_64-config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sub/kernel/qemu-system-x86_64-config b/sub/kernel/qemu-system-x86_64-config index 38a582f..dfb3b71 100644 --- a/sub/kernel/qemu-system-x86_64-config +++ b/sub/kernel/qemu-system-x86_64-config @@ -2551,8 +2551,8 @@ CONFIG_DEFAULT_IO_DELAY_TYPE=0 # CONFIG_DEBUG_NMI_SELFTEST is not set # CONFIG_X86_DEBUG_FPU is not set # CONFIG_PUNIT_ATOM_DEBUG is not set -CONFIG_UNWINDER_ORC=y -# CONFIG_UNWINDER_FRAME_POINTER is not set +# CONFIG_UNWINDER_ORC is not set +CONFIG_UNWINDER_FRAME_POINTER=y # CONFIG_UNWINDER_GUESS is not set # |