[Issue 12963] posix.mak hardcodes $(CC) as cc on non Windows system

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Jul 14 20:00:59 PDT 2017


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

--- Comment #2 from Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> ---
(In reply to Jason King from comment #0)
> This has the effect of hardcoding $CC to cc on non-Win32 systems.

Wait, how so? Can't you just specify CC=... on the make command line to
override it?

(In reply to RazvanN from comment #1)
> If another compiler needs to be used, a different branch can be easily
> added. Closing as invalid

I agree that this should probably be closed by now , as it was filed 3 years
ago and seems like a non-issue with a trivial workaround, but not with your
close reason, as enhancements in makefiles are just as valid enhancement
requests as in the compiler or standard library.

--


More information about the Digitalmars-d-bugs mailing list