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 eli.collins
Recipients alexis, eli.collins, eric.araujo, rpetrov, tarek
Date 2011-09-29.20:32:22
SpamBayes Score 1.8980156e-05
Marked as misclassified No
Message-id <1317328343.55.0.0676686977721.issue12242@psf.upfronthosting.co.za>
In-reply-to
Content
> What is result is i use GNU compiler by example with name arm-linux-androideabi-gcc  ?

If the executable is named "arm-linux-androideabi-gcc", the code would currently call "arm-linux-androideabi-gcc --version". If that resulted in (for example) "arm-linux-androideabi-gcc (Some/Platform 4.5.2-1) 4.5.2", then the version string returned for regexp matching would be "arm-linux-androideabi-gcc 4.5.2".

While the patch was getting close to finished, if it seems like a useful idea to people, I could add a "--get-compiler-info" command to build_ext which would return the name of the active compiler, and the output of get_compiler_version().
History
Date User Action Args
2011-09-29 20:32:23eli.collinssetrecipients: + eli.collins, tarek, eric.araujo, rpetrov, alexis
2011-09-29 20:32:23eli.collinssetmessageid: <1317328343.55.0.0676686977721.issue12242@psf.upfronthosting.co.za>
2011-09-29 20:32:22eli.collinslinkissue12242 messages
2011-09-29 20:32:22eli.collinscreate