commit | a73f6e2fbe8077811ea9546e0d44a7533111f0ba | [log] [tgz] |
---|---|---|
author | Sébastien Szymanski <sebastien.szymanski@armadeus.com> | Fri Jun 07 17:02:55 2019 +0200 |
committer | Shuah Khan <skhan@linuxfoundation.org> | Thu Aug 29 09:50:54 2019 -0600 |
tree | e0da297b30c352efb4e66eacd7161ac55a92909c | |
parent | 828f369d76d16bffa97133f6f63a64c13a401953 [diff] |
tools/power/cpupower: fix 64bit detection when cross-compiling When cross-compiling cpupower, 64bit detection is done with the host compiler instead of the cross-compiler and libcpupower.so.0 ends up in /usr/lib64 instead of /usr/lib for 32bit target. Fix this by moving 64bit detection after CC is defined. Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>