From 4e9e746ec28ff28ce4efeb50485a288c2ab4e000 Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Wed, 13 Jun 2018 19:46:24 -0400 Subject: [PATCH] config: Use the old fashioned unwinder. .. as the newer one won't work with Fedora Core 13 gcc. Signed-off-by: Konrad Rzeszutek Wilk --- linux.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux.config b/linux.config index 7a32030..7c7c940 100644 --- a/linux.config +++ b/linux.config @@ -945,3 +945,5 @@ CONFIG_LZO_COMPRESS=y CONFIG_EFI_STUB=y CONFIG_EFI_MIXED=y +# CONFIG_UNWINDER_ORC is not set +CONFIG_UNWINDER_FRAME_POINTER=y -- 2.39.5