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 metageek
Recipients metageek
Date 2008-12-08.16:07:29
SpamBayes Score 1.9570878e-05
Marked as misclassified No
Message-id <1228752451.46.0.0561776766804.issue4594@psf.upfronthosting.co.za>
In-reply-to
Content
I downloaded the source to Python 3.0 onto my Nokia N810, an ARM-based
Linux machine.  The native gcc is 3.4.4 (upgrading might be possible,
but would certainly be a pain).  I was able to build only by switching
from -O3 to -O2; -O3 caused a compiler crash.

Now, this isn't really Python's fault; gcc really shouldn't be crashing.
 However, it'd be nice if configure had a way to specify the
optimization level--I had to go in and edit the generated Makefile by
hand.  Better yet would be if configure could recognize the platform and
set the -O level accordingly.
History
Date User Action Args
2008-12-08 16:07:32metageeksetrecipients: + metageek
2008-12-08 16:07:31metageeksetmessageid: <1228752451.46.0.0561776766804.issue4594@psf.upfronthosting.co.za>
2008-12-08 16:07:30metageeklinkissue4594 messages
2008-12-08 16:07:29metageekcreate