Comment #5 on issue 429 by eddy.pronk: x86_64 not detected (patch) http://code.google.com/p/v8/issues/detail?id=429
I didn't propose a default to 64-bit. platform.machine() returns 'i686' on 32 bit Linux which is mapped to ia32 in the code above. $python >>> import platform >>> platform.machine() 'i686' -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
