mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05:00
Use of lorder(1) is not required by contemporary linkers.
The GNU coreutils manual[1] has a good description of the use of lorder
and tsort:
This whole procedure has been obsolete since about 1980, because
Unix archives now contain a symbol table (traditionally built by
ranlib, now generally built by ar itself), and the Unix linker uses
the symbol table to effectively make multiple passes over an archive
file.
See
|
||
|---|---|---|
| .. | ||
| lorder.1 | ||
| lorder.sh | ||
| Makefile | ||
| Makefile.depend | ||