mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
perf: Fix a minor typo
Fix a minor typo in a comment by replacing "nsures" with ensures. (From OE-Core rev: c1f2df5616e9a14d1d6f2c993de8cc6204aea41f) Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
783347d27b
commit
fa998ef0ea
@@ -76,7 +76,7 @@ LDFLAGS="-ldl -lutil"
|
||||
# Perf's build system adds its own optimization flags for most TUs,
|
||||
# overriding the flags included here. But for some, perf does not add
|
||||
# any -O option, so ensure the distro's chosen optimization gets used
|
||||
# for those. Also include ${DEBUG_PREFIX_MAP} which nsures perf is
|
||||
# for those. Also include ${DEBUG_PREFIX_MAP} which ensures perf is
|
||||
# built with appropriate -f*-prefix-map options,
|
||||
# avoiding the 'buildpaths' QA warning.
|
||||
TARGET_CC_ARCH += "${SELECTED_OPTIMIZATION} ${DEBUG_PREFIX_MAP}"
|
||||
|
||||
Reference in New Issue
Block a user