Re: [PATCHSET 0/4] perf tools: Minimal build without libelf dependency (v4)

2012-08-09 Thread Arnaldo Carvalho de Melo
Em Mon, Aug 06, 2012 at 01:41:18PM +0900, Namhyung Kim escreveu: > Hi, > > This is my forth version of the series. Please consider applying. :) Thanks, applied to perf/core, - Arnaldo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...

[PATCHSET 0/4] perf tools: Minimal build without libelf dependency (v4)

2012-08-05 Thread Namhyung Kim
Hi, This is my forth version of the series. Please consider applying. :) v4: * rebase on current tip/perf/core v3: * drop already merged (cross-build related) patches * drop SYMBIND_* change (Arnaldo) v2: * change make option name to NO_LIBELF * make it default when libelf doesn't exist (I