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 loewis
Recipients bobatkins, loewis, sergiodj
Date 2008-04-15.20:54:20
SpamBayes Score 0.011913219
Marked as misclassified No
Message-id <480515FA.2090600@v.loewis.de>
In-reply-to <4804659A.1050007@digilink.net>
Content
Just to repeat my concern about this patch: It gives the impression of
supporting CFLAGS, but doesn't really. There *is* a hard rule that
CFLAGS given to configure should override any options passed to
configure, and there is a reason for that: configure may guess
incorrectly, and may add options that actually conflict with the ones
that you are trying to pass in. For example, for Darwin, we add
-arch ppc -arch i386, so there is no way to not build a universal
binary anymore. Likewise, on SCO_SV, configure adds -Ki486 -DSCO5,
which may well be incorrect, and there would be no way to correct that.

Can you please agree that above description is factual wrt. the patch
you propose?

Therefore, I claim that this makes things more complex, and doesn't
solve an actual problem.
History
Date User Action Args
2008-04-15 20:54:22loewissetspambayes_score: 0.0119132 -> 0.011913219
recipients: + loewis, bobatkins, sergiodj
2008-04-15 20:54:21loewislinkissue1628484 messages
2008-04-15 20:54:20loewiscreate