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 ronaldoussoren
Recipients jyasskin, mark.dickinson, ronaldoussoren
Date 2007-08-23.17:15:19
SpamBayes Score 0.0
Marked as misclassified No
Message-id <1187889320.04.0.389615764059.issue1779871@psf.upfronthosting.co.za>
In-reply-to
Content
Why does you patch test for -mno-fused-madd? If it isn't actually needed 
for something I'd rather not have that logic in the configure file, 
determining which bits of that file are actually needed for supported 
OS-es is hard enough as it is.

-Wno-long-double is needed when compiling on old versions of OSX, where 
"long double" worked but wasn't actually useful. Keeping that option 
seems to be harmless.

-no-cpp-precomp was necessary for several packages on older releases of 
OSX. I'll test on a 10.3 box when I have time (which is the oldest I can 
test on).
History
Date User Action Args
2009-03-09 14:29:52georg.brandlsetspambayes_score: 0.700446 -> 0.0
2007-08-23 17:15:20ronaldoussorensetspambayes_score: 0.700446 -> 0.700446
recipients: + ronaldoussoren, mark.dickinson, jyasskin
2007-08-23 17:15:20ronaldoussorensetspambayes_score: 0.700446 -> 0.700446
messageid: <1187889320.04.0.389615764059.issue1779871@psf.upfronthosting.co.za>
2007-08-23 17:15:20ronaldoussorenlinkissue1779871 messages
2007-08-23 17:15:19ronaldoussorencreate