linux/tools/perf/config
Wang Nan 235504dec1 perf tools: Fix building error for arm64.
Commit b11db6581b ("perf tools: Fix build
error on ARCH=i386/x86_64/sparc64") uses sed on ARCH, which triggers a
bug in sequence of sed expression, where 's/arm.*/arm/' will replace
'arm64' to 'arm', causes arm64 building failure.

This patch prevent 'arm64' to be mached for 'arm.*' case.

Signed-off-by: Wang Nan <wangnan0@huawei.com>
Acked-by: Namhyung Kim <namhyung@kernel.org>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Zefan Li <lizefan@huawei.com>
Link: http://lkml.kernel.org/r/1426598987-75245-1-git-send-email-wangnan0@huawei.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2015-03-18 09:58:56 -03:00
..
feature-checks perf build: Fix libbabeltrace detection 2015-03-12 12:39:56 -03:00
Makefile perf tools: Output feature detection's gcc output to a file 2015-03-12 12:39:57 -03:00
Makefile.arch perf tools: Fix building error for arm64. 2015-03-18 09:58:56 -03:00
utilities.mak perf tools: Remove annoying extra message from the features build 2015-03-02 12:07:35 -03:00