Message 249143 - Python tracker (original) (raw)
Sorry, it was a typo. I made a correction to it. I will also modify to -m flag, instead of the explicit file execution.
Regarding the clang/gcc support, in v03 version of patches, GCC is supported. On Linux is straightforward. On Mac I see that the default development environment also has the "gcc" command, but it is a binary stub that calls clang in backend, so the flags are adjusted for clang-in-gcc-clothing. You say to support clang explicitly as a compiler in 2.7 and 3.6?