From 783d1710c2438bf7a2316af5b8ccbaabc56f2187 Mon Sep 17 00:00:00 2001 From: Namhyung Kim Date: Thu, 23 Feb 2012 16:08:14 +0900 Subject: [PATCH] --- yaml --- r: 288703 b: refs/heads/master c: 67cbbd7f1838cc8f6900f39d860d6c2e1f86cf61 h: refs/heads/master i: 288701: d07b02acd61a52e35ccbb05be7112db089245548 288699: c1e65a82d9b8aa721c2ed5dd1cde5b86d590716e 288695: a7752993c9ca3d1785b8a71ff1715a60b0c357c2 288687: a702e2a7dac4b1a842461e4519721e2a40409928 288671: 377c968fbefed67b21bb59070f056b2194c201d1 288639: 04077cd75932a81bcf262cfe98fa59d57042d2d3 v: v3 --- [refs] | 2 +- trunk/tools/perf/Makefile | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 21f8ba3b925a..82a5fc5b5756 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 41c21a68308f2f268a01ec1a7fa5f650e320a0f3 +refs/heads/master: 67cbbd7f1838cc8f6900f39d860d6c2e1f86cf61 diff --git a/trunk/tools/perf/Makefile b/trunk/tools/perf/Makefile index e011b5060f92..fa043404479e 100644 --- a/trunk/tools/perf/Makefile +++ b/trunk/tools/perf/Makefile @@ -15,6 +15,16 @@ endif # Define V to have a more verbose compile. # +# Define O to save output files in a separate directory. +# +# Define ARCH as name of target architecture if you want cross-builds. +# +# Define CROSS_COMPILE as prefix name of compiler if you want cross-builds. +# +# Define NO_LIBPERL to disable perl script extension. +# +# Define NO_LIBPYTHON to disable python script extension. +# # Define PYTHON to point to the python binary if the default # `python' is not correct; for example: PYTHON=python2 # @@ -32,6 +42,10 @@ endif # Define NO_DWARF if you do not want debug-info analysis feature at all. # # Define WERROR=0 to disable treating any warnings as errors. +# +# Define NO_NEWT if you do not want TUI support. +# +# Define NO_DEMANGLE if you do not want C++ symbol demangling. $(OUTPUT)PERF-VERSION-FILE: .FORCE-PERF-VERSION-FILE @$(SHELL_PATH) util/PERF-VERSION-GEN $(OUTPUT)