From ccab5ecae9e0bc900190dc396acb4dda80bf39ad Mon Sep 17 00:00:00 2001 From: Jiri Olsa Date: Thu, 14 Feb 2013 15:59:33 -0300 Subject: [PATCH] --- yaml --- r: 350118 b: refs/heads/master c: 02320931ce000836aa231ac1311769e303122099 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/tools/perf/Makefile | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index d113b417becb..801c9a735096 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 18c9e5c567e1bc475edc67dca3680ecd2562dc5c +refs/heads/master: 02320931ce000836aa231ac1311769e303122099 diff --git a/trunk/tools/perf/Makefile b/trunk/tools/perf/Makefile index 1c8df6f9c4d9..b90528d42b03 100644 --- a/trunk/tools/perf/Makefile +++ b/trunk/tools/perf/Makefile @@ -581,6 +581,11 @@ else endif # SOURCE_LIBELF endif # NO_LIBELF +# There's only x86 (both 32 and 64) support for CFI unwind so far +ifneq ($(ARCH),x86) + NO_LIBUNWIND := 1 +endif + ifndef NO_LIBUNWIND # for linking with debug library, run like: # make DEBUG=1 LIBUNWIND_DIR=/opt/libunwind/