All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] board/pc: use frame pointer unwinder in linux.config
@ 2018-11-23  9:43 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2018-11-23  9:43 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=c79f5a8876d8bd4216d0270cca01486baebb2337
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The default ORC unwinder requires libelf to be built. While we could
build libelf using BR2_LINUX_KERNEL_NEEDS_HOST_LIBELF, we probably
don't really need the ORC unwinder in the PC defconfigs, so let's use
the frame pointer unwinder instead.

Fixes:

  https://gitlab.com/buildroot.org/buildroot/-/jobs/123771107

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 board/pc/linux.config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/board/pc/linux.config b/board/pc/linux.config
index 0fff117080..f86352e1ea 100644
--- a/board/pc/linux.config
+++ b/board/pc/linux.config
@@ -82,3 +82,4 @@ CONFIG_EXT4_FS=y
 CONFIG_FUSE_FS=y
 CONFIG_TMPFS_POSIX_ACL=y
 CONFIG_SQUASHFS=y
+CONFIG_UNWINDER_FRAME_POINTER=y

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-11-23  9:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-23  9:43 [Buildroot] [git commit] board/pc: use frame pointer unwinder in linux.config Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.