crossenv
crossenv copied to clipboard
Sane default for os.uname().machine on arm
See #73
os.uname().machine
will never report "arm", but something like "armv7l". There are several options, and we have no way of knowing which one will be correct. We should still pick one as a sane default, now that we can override the value if needed.