[PATCH] os: Prevent backtrace from being stopped in noreturn functions.
Guillem Jover
guillem at hadrons.org
Mon Mar 1 02:53:42 PST 2010
Hi!
On Mon, 2010-03-01 at 09:42:58 +0200, Oliver McFadden wrote:
> From: Ylimaki Rami (EXT-Vincit/Tampere) <ext-rami.ylimaki at nokia.com>
> diff --git a/configure.ac b/configure.ac
> index b9c7574..acedf74 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -315,6 +315,9 @@ AC_CHECK_HEADER([execinfo.h],[
> ])]
> )
>
> +dnl arm needs additional compiler flags for proper backtraces
> +AM_CONDITIONAL(ARM_BACKTRACE, [test "x$build_cpu" = xarm])
I think you mean host_cpu here.
regards,
guillem
More information about the xorg-devel
mailing list