board/pc: use frame pointer unwinder in linux.config
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 22 Nov 2018 09:41:49 +0000 (10:41 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 23 Nov 2018 09:43:24 +0000 (10:43 +0100)
commitc79f5a8876d8bd4216d0270cca01486baebb2337
treec654ce87d1c08a284d46e388e4f77b7414aa7a37
parentaab652866018e625814b8d715d8b52578e8cc71a
board/pc: use frame pointer unwinder in linux.config

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