diff options
-rw-r--r-- | tools/perf/config/Makefile.arch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/config/Makefile.arch b/tools/perf/config/Makefile.arch index e9720571341d..e11fbd6fae78 100644 --- a/tools/perf/config/Makefile.arch +++ b/tools/perf/config/Makefile.arch | |||
@@ -4,7 +4,7 @@ endif | |||
4 | 4 | ||
5 | ARCH := $(shell echo $(ARCH) | sed -e s/i.86/x86/ -e s/x86_64/x86/ \ | 5 | ARCH := $(shell echo $(ARCH) | sed -e s/i.86/x86/ -e s/x86_64/x86/ \ |
6 | -e s/sun4u/sparc/ -e s/sparc64/sparc/ \ | 6 | -e s/sun4u/sparc/ -e s/sparc64/sparc/ \ |
7 | -e s/arm.*/arm/ -e s/sa110/arm/ \ | 7 | -e /arm64/!s/arm.*/arm/ -e s/sa110/arm/ \ |
8 | -e s/s390x/s390/ -e s/parisc64/parisc/ \ | 8 | -e s/s390x/s390/ -e s/parisc64/parisc/ \ |
9 | -e s/ppc.*/powerpc/ -e s/mips.*/mips/ \ | 9 | -e s/ppc.*/powerpc/ -e s/mips.*/mips/ \ |
10 | -e s/sh[234].*/sh/ -e s/aarch64.*/arm64/ \ | 10 | -e s/sh[234].*/sh/ -e s/aarch64.*/arm64/ \ |