Skip to content
Commit a73f6e2f authored by Sébastien Szymanski's avatar Sébastien Szymanski Committed by Shuah Khan
Browse files

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: default avatarSébastien Szymanski <sebastien.szymanski@armadeus.com>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent 828f369d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment