From: Konrad Rzeszutek Wilk Date: Wed, 13 Jun 2018 23:46:24 +0000 (-0400) Subject: config: Use the old fashioned unwinder. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=4e9e746ec28ff28ce4efeb50485a288c2ab4e000;p=xentesttools%2Fbootstrap.git config: Use the old fashioned unwinder. .. as the newer one won't work with Fedora Core 13 gcc. Signed-off-by: Konrad Rzeszutek Wilk --- 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