This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: how to disable __thiscall on MinGW-gcc-4.7.x ?


2012/5/24 niXman <i.nixman@gmail.com>:
> Hello!
>
> http://gcc.gnu.org/ml/gcc-help/2012-05/msg00043.html
>
> ping?
>
>
> --
> Regards,
> ? niXman

There is no option to disable this, as thiscall is part of the Windows
ABI.  But you can switch via that -mabi=(sysv|ms) option.

Regards,
Kai


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]