[Issue 18515] freebsd 11 ships with gcc unable to link 32 bit binaries, dmd uses it by default
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Feb 24 09:25:00 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=18515
Walter Bright <bugzilla at digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugzilla at digitalmars.com
--- Comment #3 from Walter Bright <bugzilla at digitalmars.com> ---
Yes, the dmd code:
https://github.com/dlang/dmd/blob/master/src/dmd/link.d#L420
shows that dmd is simply reading the CC environment variable. So it's something
else that is setting CC to gcc.
--
More information about the Digitalmars-d-bugs
mailing list