https://issues.dlang.org/show_bug.cgi?id=16373

--- Comment #1 from [email protected] ---
Turns out the problem is that posix.mak fails to reliably detect gcc.

Propose using a small utility program that uses #ifdef __GNUC__ as a more
reliable detection method:

http://nadeausoftware.com/articles/2012/10/c_c_tip_how_detect_compiler_name_and_version_using_compiler_predefined_macros#Howtodetectthecompilername

--

Reply via email to