Re: [PATCH 11/12] perf tools: Convert to BACKTRACE_SUPPORT

From: Irina Tirdea
Date: Sun Sep 30 2012 - 19:41:08 EST


> @@ -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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/