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 ambrop7
Recipients Arfrever, BreamoreBoy, David.Kern, Greg.Hellings, Ray.Donnelly, WhiteTiger, ambrop7, devurandom, doko, eric.araujo, eudoxos, kalev, marqvar, python-dev, rpetrov, tarek, vapier, wrobell
Date 2012-11-05.18:45:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352141109.94.0.226336998332.issue3754@psf.upfronthosting.co.za>
In-reply-to
Content
A minor issue: if only --host= is specified on command line but not --build=, then cross_compiling variable is only defined after AC_PROG_CC is called. However, configure.ac uses it before that (e.g. the part at the top which looks for a python interpreter). Well, more precisely, something in autoconf sets it to cross_compiling=maybe.
History
Date User Action Args
2012-11-05 18:45:10ambrop7setrecipients: + ambrop7, doko, wrobell, vapier, tarek, eric.araujo, rpetrov, Arfrever, devurandom, WhiteTiger, BreamoreBoy, python-dev, David.Kern, Greg.Hellings, kalev, marqvar, Ray.Donnelly, eudoxos
2012-11-05 18:45:09ambrop7setmessageid: <1352141109.94.0.226336998332.issue3754@psf.upfronthosting.co.za>
2012-11-05 18:45:09ambrop7linkissue3754 messages
2012-11-05 18:45:09ambrop7create