消息 [189814]
On 22 May 2013 13:40, Oscar Benjamin <report@bugs.python.org> wrote:
>
> However on further reflection I'm a little reluctant to force an error
> if I can't *prove* that the setup is broken.
After a little more reflection I realise that we could just do:
if self.gcc_version < '4' or is_cygwingcc():
# use -mno-cygwin
This way the cygwin/gcc-4 error is still emitted only if gcc emits it.
If the is_cygwingcc() function is conservative then there could be
cases where it mistakenly does not use -mno-cygwin but that would have
to be a broken cygwin/gcc-4 setup anyway. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2013-05-22 13:23:08 | oscarbenjamin | 修改 | recipients:
+ oscarbenjamin, loewis, doko, paul.moore, pje, geertj, schmir, tarek, jwilk, eric.araujo, rpetrov, cmcqueen1975, rubenvb, santoso.wijaya, alexis, Seppo.Yli-Olli, jonforums, RubyTuesdayDONO, Jeffrey.Armstrong, danmbox, Martin.Fiers, Pete.Forman |
| 2013-05-22 13:23:08 | oscarbenjamin | 链接 | issue12641 messages |
| 2013-05-22 13:23:08 | oscarbenjamin | 创建 | |
|