Hacker News new | ask | show | jobs
by rurban 21 days ago
That ship sailed already. You simply have to mimic gcc.

Which is at least better than with MSVC, where they did everything differently, and only half of it.

1 comments

Well in practice you have to mimic GCC except for Windows where you have to mimic MSVC.
Not really. MSVC is too broken. I just mimic x86_64-w64-mingw32-gcc, which exists everywhere.