summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-kernel/perf/perf.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb
index 9cd6148a1d..c4b3257569 100644
--- a/meta/recipes-kernel/perf/perf.bb
+++ b/meta/recipes-kernel/perf/perf.bb
@@ -76,7 +76,7 @@ LDFLAGS="-ldl -lutil"
76# Perf's build system adds its own optimization flags for most TUs, 76# Perf's build system adds its own optimization flags for most TUs,
77# overriding the flags included here. But for some, perf does not add 77# overriding the flags included here. But for some, perf does not add
78# any -O option, so ensure the distro's chosen optimization gets used 78# any -O option, so ensure the distro's chosen optimization gets used
79# for those. Also include ${DEBUG_PREFIX_MAP} which nsures perf is 79# for those. Also include ${DEBUG_PREFIX_MAP} which ensures perf is
80# built with appropriate -f*-prefix-map options, 80# built with appropriate -f*-prefix-map options,
81# avoiding the 'buildpaths' QA warning. 81# avoiding the 'buildpaths' QA warning.
82TARGET_CC_ARCH += "${SELECTED_OPTIMIZATION} ${DEBUG_PREFIX_MAP}" 82TARGET_CC_ARCH += "${SELECTED_OPTIMIZATION} ${DEBUG_PREFIX_MAP}"