This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nnorwitz
Recipients bob.ippolito, mark.dickinson, nnorwitz
Date 2008-04-25.03:39:26
SpamBayes Score 0.0005207708
Marked as misclassified No
Message-id <ee2a432c0804242039t4f500248habc4d2c3ac3ccbac@mail.gmail.com>
In-reply-to <1209045662.78.0.287730450606.issue1496032@psf.upfronthosting.co.za>
Content
I think `uname -m` will be equal to "alpha" in this case.  There are
several uses of `uname -m` in configure.in.  You might need to add a
new section.  It might also be possible to clean up various special
cases to make a generic `uname -m` section.  I didn't look too closely
though.

-m is the machine type

BTW, -m works on Tru64.  I also tested on Ubuntu and it reported
x86_64, on Debian it reported sparc.  On OSX.4, it reported "Power
Macintosh".
History
Date User Action Args
2008-04-25 03:39:29nnorwitzsetspambayes_score: 0.000520771 -> 0.0005207708
recipients: + nnorwitz, bob.ippolito, mark.dickinson
2008-04-25 03:39:27nnorwitzlinkissue1496032 messages
2008-04-25 03:39:27nnorwitzcreate