Fixed autocompile on 64-bit machines
commit96d41220c9490adf613faeff3712bda9e4ec35ad
authorThomas Leonard <talex5@gmail.com>
Mon, 7 May 2012 15:07:39 +0000 (7 16:07 +0100)
committerThomas Leonard <talex5@gmail.com>
Mon, 7 May 2012 15:14:01 +0000 (7 16:14 +0100)
tree9c09d8c008c182a0464f08781b7e0e728ee93772
parent3f80eced658b2212c57f9216a44ec4920327e2e2
Fixed autocompile on 64-bit machines

Was broken by 50a517b95717, which added an extra value to the end of uname.
This caused autocompile to think that the host was always 32-bit, and therefore
incompatible with the 64-bit binaries that it itself created.

Reported by Dave Abrahams.
autocompile.py