diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-01-29 06:39:32 +0300 |
---|---|---|
committer | Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> | 2025-03-07 19:00:21 +0300 |
commit | 8d9cfb6d712b829b40bc4d9831673aa05ebfeb0e (patch) | |
tree | cbbbc75f5f3ecbe7ad399bd59ad828b52f879cf0 /tools/perf/scripts/python/task-analyzer.py | |
parent | 7ad93737ddf355d57cbdd2e769fc6a0802019b46 (diff) | |
download | linux-8d9cfb6d712b829b40bc4d9831673aa05ebfeb0e.tar.xz |
tools/power/x86/intel-speed-select: Prefix header search path with sysroot
This helps when using a cross-compiler for building intel-speed-select,
currently, its hardcoded to pick libnl3 headers from build host which may
not be same as build target when cross compiling.
cc -print-sysroot will print nothing if compiler is configured without
a sysroot and result in same string as it is now.
Fixes errors with gcc configured with host include poisoning e.g.
cc1: error: include location "/usr/include/libnl3" is unsafe for
cross-compilation [-Werror=poison-system-directories]
Signed-off-by: Khem Raj <raj.khem@gmail.com>
[ srinivas: Changelog edits for checkpatch warning ]
Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions