mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
perf: add sysroot handling to subcmd
v4.5-rc1 of the kernel splits the subcommand related files from perf into a new library, this patch adds the modification of the Makefile to preserve the --sysroot option as for the other perf related Makefiles. (From OE-Core rev: e46eae34ac71d28aa92feed369c2d92248ed3e19) Signed-off-by: Martin Donnelly <martin.donnelly@ge.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7a95c2cb67
commit
f4f5573ba4
@@ -164,6 +164,10 @@ do_configure_prepend () {
|
||||
sed -i 's,CC = $(CROSS_COMPILE)gcc,#CC,' ${S}/tools/lib/api/Makefile
|
||||
sed -i 's,AR = $(CROSS_COMPILE)ar,#AR,' ${S}/tools/lib/api/Makefile
|
||||
fi
|
||||
if [ -e "${S}/tools/lib/subcmd/Makefile" ]; then
|
||||
sed -i 's,CC = $(CROSS_COMPILE)gcc,#CC,' ${S}/tools/lib/subcmd/Makefile
|
||||
sed -i 's,AR = $(CROSS_COMPILE)ar,#AR,' ${S}/tools/lib/subcmd/Makefile
|
||||
fi
|
||||
if [ -e "${S}/tools/perf/config/feature-checks/Makefile" ]; then
|
||||
sed -i 's,CC := $(CROSS_COMPILE)gcc -MD,CC += -MD,' ${S}/tools/perf/config/feature-checks/Makefile
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user