Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1202362
| From | tip-bot for Ben Hutchings <tipbot@zytor.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [tip:perf/core] perf tools: Add empty Build files for architectures lacking them |
| Date | 2015-08-07 09:30 +0200 |
| Message-ID | <pUKgi-10c-29@gated-at.bofh.it> (permalink) |
| References | <pTN6z-7fJ-23@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Commit-ID: 93df8a1ed6231727c5db94a80b1a6bd5ee67cec3
Gitweb: http://git.kernel.org/tip/93df8a1ed6231727c5db94a80b1a6bd5ee67cec3
Author: Ben Hutchings <ben@decadent.org.uk>
AuthorDate: Tue, 4 Aug 2015 17:10:27 +0100
Committer: Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Thu, 6 Aug 2015 16:24:15 -0300
perf tools: Add empty Build files for architectures lacking them
perf currently fails to build on MIPS as there is no
tools/perf/arch/mips/Build file. Adding an empty file fixes this as
there are no MIPS-specific sources to build.
It looks like the same is needed for Alpha and PA-RISC, though I
haven't been able to test those.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Fixes: 5e8c0fb6a957 ("perf build: Add arch x86 objects building")
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1438704627.7315.2.camel@decadent.org.uk
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
tools/perf/arch/alpha/Build | 1 +
tools/perf/arch/mips/Build | 1 +
tools/perf/arch/parisc/Build | 1 +
3 files changed, 3 insertions(+)
diff --git a/tools/perf/arch/alpha/Build b/tools/perf/arch/alpha/Build
new file mode 100644
index 0000000..1bb8bf6
--- /dev/null
+++ b/tools/perf/arch/alpha/Build
@@ -0,0 +1 @@
+# empty
diff --git a/tools/perf/arch/mips/Build b/tools/perf/arch/mips/Build
new file mode 100644
index 0000000..1bb8bf6
--- /dev/null
+++ b/tools/perf/arch/mips/Build
@@ -0,0 +1 @@
+# empty
diff --git a/tools/perf/arch/parisc/Build b/tools/perf/arch/parisc/Build
new file mode 100644
index 0000000..1bb8bf6
--- /dev/null
+++ b/tools/perf/arch/parisc/Build
@@ -0,0 +1 @@
+# empty
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
tools/perf: Add empty Build files for architectures lacking them Ben Hutchings <ben@decadent.org.uk> - 2015-08-04 18:20 +0200 Re: tools/perf: Add empty Build files for architectures lacking them Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-08-07 04:10 +0200 [tip:perf/core] perf tools: Add empty Build files for architectures lacking them tip-bot for Ben Hutchings <tipbot@zytor.com> - 2015-08-07 09:30 +0200
csiph-web