10 releases

0.3.3 Dec 7, 2022
0.3.2 Jul 7, 2022
0.3.1 May 24, 2022
0.3.0 Dec 4, 2021
0.1.2 Aug 31, 2021

#750 in Command line utilities

Download history 503/week @ 2023-11-19 894/week @ 2023-11-26 736/week @ 2023-12-03 742/week @ 2023-12-10 503/week @ 2023-12-17 338/week @ 2023-12-24 644/week @ 2023-12-31 735/week @ 2024-01-07 593/week @ 2024-01-14 570/week @ 2024-01-21 670/week @ 2024-01-28 716/week @ 2024-02-04 788/week @ 2024-02-11 848/week @ 2024-02-18 945/week @ 2024-02-25 892/week @ 2024-03-03

3,538 downloads per month

MIT/Apache

660KB
5.5K SLoC

A linker proxy

A simple tool to forward linker arguments to the actual linker executable also given as an argument to ldproxy.

Currently only gcc linker flavor is supported.

Special arguments

These arguments are only used by ldproxy and not forwarded to the proxied linker.

  • --ldproxy-linker=<path>, --ldproxy-linker <path>

    required

    Tells ldproxy the path to the linker. If multiple --ldproxy-linker arguments are found only the last will be used.

  • --ldproxy-cwd=<path>, --ldproxy-cwd <path>

    optional

    Tells ldproxy the current working directory to use when it invokes the linker.

Dependencies

~6–17MB
~210K SLoC