lkml.org 
[lkml]   [2012]   [Sep]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH 11/12] perf tools: Convert to BACKTRACE_SUPPORT
> @@ -751,10 +753,8 @@ else
> endif
>
> ifdef NO_BACKTRACE

This should be changed to ifndef NO_BACKTRACE.

> - BASIC_CFLAGS += -DNO_BACKTRACE
> -else
> - ifneq ($(call try-cc,$(SOURCE_BACKTRACE),),y)
> - BASIC_CFLAGS += -DNO_BACKTRACE
> + ifeq ($(call try-cc,$(SOURCE_BACKTRACE),),y)
> + BASIC_CFLAGS += -DBACKTRACE_SUPPORT
> endif
> endif
>

Thanks,
Irina


\
 
 \ /
  Last update: 2012-10-01 02:01    [W:0.119 / U:0.580 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site