lkml.org 
[lkml]   [2015]   [Jan]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] perf: fix building error in x86_64 when dwarf unwind is on
On Thu, Jan 08, 2015 at 02:09:20PM +0900, Namhyung Kim wrote:

SNIP

> > ---
> > diff --git a/tools/perf/Makefile.perf b/tools/perf/Makefile.perf
> > index 67a03a82..1f71a32 100644
> > --- a/tools/perf/Makefile.perf
> > +++ b/tools/perf/Makefile.perf
> > @@ -462,10 +462,12 @@ BUILTIN_OBJS += $(OUTPUT)builtin-bench.o
> > # Benchmark modules
> > BUILTIN_OBJS += $(OUTPUT)bench/sched-messaging.o
> > BUILTIN_OBJS += $(OUTPUT)bench/sched-pipe.o
> > -ifeq ($(RAW_ARCH),x86_64)
> > +ifeq ($(ARCH), x86)
> > +ifeq ($(IS_64_BIT), 1)
> > BUILTIN_OBJS += $(OUTPUT)bench/mem-memcpy-x86-64-asm.o
> > BUILTIN_OBJS += $(OUTPUT)bench/mem-memset-x86-64-asm.o
> > endif
> > +endif
> > BUILTIN_OBJS += $(OUTPUT)bench/mem-memcpy.o
> > BUILTIN_OBJS += $(OUTPUT)bench/futex-hash.o
> > BUILTIN_OBJS += $(OUTPUT)bench/futex-wake.o
>
> Looks good to me!

I'm little confused now.. is this on top of your earlier
patch or this change stands by itself..?

could any of you please resend v2 ? ;-)

thanks,
jirka


\
 
 \ /
  Last update: 2015-01-09 16:01    [W:1.539 / U:0.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site