This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: RFC: Enable __declspec for Linux/x86
On 4/2/07, Mike Stump <mrs@apple.com> wrote:
I suspect I'd want this for x86 darwin as well.
Why emulate Windows compilers on non windows machine? That is wrong.
GCC for Linux/Darwin/any other OS besides Windows is not a Windows
compiler and should not act like one. If people want to port their
code, they should write their code to be portable way instead of
depending on Windows or GCC stuff.
-- Pinski