[Issue 7044] Missing a way to control the order of arguments passed to the linker makes impossible to link some programs

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Oct 15 04:13:31 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=7044



--- Comment #26 from Martin Nowak <code at dawg.eu> 2013-10-15 04:13:29 PDT ---
I haven't yet got around to do this though the implementation is fairly simple
and similar to the Environment64 change.
https://github.com/D-Programming-Language/dmd/commit/190702057ff01819a55e8823fef7d3b5b2686cf2
It requires two passes over the command line and env arguments and should be
something like this.
The first scans any argument that affects version identifiers.
Then we can process the inifile.
Now the second pass processes the updated DFLAGS and any remaining argument.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list