# HG changeset patch # User reimar # Date 1352562679 0 # Node ID 2ea8746871f233bbf86c9f78d32aec39176d61c4 # Parent ba51b077d042667b12c20a14700724c0cc8d0218 cpuinfo binary needs to be compiled with host compiler. diff -r ba51b077d042 -r 2ea8746871f2 configure --- a/configure Sat Nov 10 15:01:48 2012 +0000 +++ b/configure Sat Nov 10 15:51:19 2012 +0000 @@ -1807,7 +1807,7 @@ elif x86; then # all other OSes try to extract CPU information from a small helper # program cpuinfo instead - $_cc -o cpuinfo$_exesuf cpuinfo.c + $_host_cc -o cpuinfo$_exesuf cpuinfo.c _cpuinfo="./cpuinfo$_exesuf" fi