2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-23 12:43:55 +08:00
linux-next/tools/perf/config/feature-checks
Namhyung Kim 56c7d79e49 perf tools: Fix make PYTHON override
Thomas reported that make PYTHON=python2 is not work on some systems.  I
can reproduce it on my ArchLinux box too.

This is because it's overridden by config/feature-checks/Makefile
regardless of PYTHON setting.  I guess it's a bug slipped into during
the feature checking change.

Actually, we don't need to check python-config in the feature-checks.
We can just pass appropriate FEATURE_CHECK_*FLAGS.

Reported-by: Thomas Ilsche <thomas.ilsche@tu-dresden.de>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Tested-by: Thomas Ilsche <thomas.ilsche@tu-dresden.de>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung.kim@lge.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Thomas Ilsche <thomas.ilsche@tu-dresden.de>
Link: http://lkml.kernel.org/r/1406617040-26909-1-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2014-08-12 12:03:04 -03:00
..
.gitignore perf config: Ignore generated files in feature-checks 2013-12-23 16:49:51 -03:00
Makefile perf tools: Fix make PYTHON override 2014-08-12 12:03:04 -03:00
test-all.c perf tools: Add feature test for __sync_val_compare_and_swap 2014-07-16 17:57:36 -03:00
test-backtrace.c tools/perf/build: Harmonize the style of the feature testcases 2013-10-09 08:49:03 +02:00
test-bionic.c tools/perf/build: Split out feature check: 'bionic' 2013-10-09 08:48:33 +02:00
test-cplus-demangle.c tools/perf/build: Harmonize the style of the feature testcases 2013-10-09 08:49:03 +02:00
test-dwarf.c tools/perf/build: Harmonize the style of the feature testcases 2013-10-09 08:49:03 +02:00
test-fortify-source.c tools/perf/build: Split out feature check: 'fortify-source' 2013-10-09 08:48:32 +02:00
test-glibc.c tools/perf/build: Harmonize the style of the feature testcases 2013-10-09 08:49:03 +02:00
test-gtk2-infobar.c tools/perf/build: Clean up various testcases 2013-10-09 08:48:58 +02:00
test-gtk2.c tools/perf/build: Clean up various testcases 2013-10-09 08:48:58 +02:00
test-hello.c
test-libaudit.c tools/perf/build: Harmonize the style of the feature testcases 2013-10-09 08:49:03 +02:00
test-libbfd.c tools/perf/build: Harmonize the style of the feature testcases 2013-10-09 08:49:03 +02:00
test-libdw-dwarf-unwind.c perf tools: Add feature check for libdw dwarf unwind 2014-02-24 09:29:36 -03:00
test-libelf-getphdrnum.c tools/perf/build: Harmonize the style of the feature testcases 2013-10-09 08:49:03 +02:00
test-libelf-mmap.c tools/perf/build: Harmonize the style of the feature testcases 2013-10-09 08:49:03 +02:00
test-libelf.c tools/perf/build: Harmonize the style of the feature testcases 2013-10-09 08:49:03 +02:00
test-libnuma.c tools/perf/build: Harmonize the style of the feature testcases 2013-10-09 08:49:03 +02:00
test-libperl.c tools/perf/build: Split out feature check: 'libperl' 2013-10-09 08:48:43 +02:00
test-libpython-version.c tools/perf/build: Split out feature check: 'libpython-version' 2013-10-09 08:48:44 +02:00
test-libpython.c tools/perf/build: Harmonize the style of the feature testcases 2013-10-09 08:49:03 +02:00
test-libslang.c tools/perf/build: Split out feature check: 'libslang' 2013-10-09 08:48:41 +02:00
test-libunwind-debug-frame.c Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm 2013-11-14 08:51:29 +09:00
test-libunwind.c tools/perf/build: Clean up various testcases 2013-10-09 08:48:58 +02:00
test-stackprotector-all.c tools/perf/build: Split out feature check: 'stackprotector-all' 2013-10-09 08:48:30 +02:00
test-sync-compare-and-swap.c perf tools: Add feature test for __sync_val_compare_and_swap 2014-07-16 17:57:36 -03:00
test-timerfd.c perf kvm: Disable live command if timerfd is not supported 2013-11-05 10:03:22 -03:00