Re: [RFC PATCH 00/50] tools/perf: Speed up the build system

From: David Ahern
Date: Mon Oct 07 2013 - 11:36:06 EST


On 10/7/13 8:11 AM, Ingo Molnar wrote:
These changes are not yet committed into any stable Git tree - I've pushed
them out into:

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tmp.perf

(it might take a few minutes for kernel.org to sync up.)

Tested on Fedora 12, 14, 16 with varying degrees of feature support installed. The tests that failed are all static builds with the command line:

make O=/tmp/junk -C tools/perf LDFLAGS=-static NO_DWARF=1

Passing LDFLAGS to the feature tests should handle that.

I also noticed that the dwarf test is still run even with the NO_DWARF option passed in:

[daahern@nxos-vdc-dev1 perf]$ make O=/tmp/junk LDFLAGS=-static NO_DWARF=1 -j 4
BUILD: Doing 'make -j16' parallel build

Auto-detecting system features:

... backtrace: [ on ]
... dwarf: [ on ]
... fortify-source: [ on ]

Note the dwarf test shows 'on'.

David
--
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/