[Issue 19724] Regression: wrong order of linker arguments, again: -L-l before -L--start-group

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Mar 7 11:38:18 UTC 2019


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

Dlang Bot <dlang-bot at dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot at dlang.rocks> ---
@FeepingCreature created dlang/dmd pull request #9426 "Fix Issue 19724: wrong
order of linker flags, take 2" fixing this issue:

- Fix Issue 19724.
  On Linux, don't reorder -L-l flags to be before other -L flags. Only reorder
-L-L.
  This keeps -L-l libs and linker flags that may affect the interpretation of
-l flags such as --start-group ordered correctly.

https://github.com/dlang/dmd/pull/9426

--


More information about the Digitalmars-d-bugs mailing list