LORDER(1) | NetBSD General Commands Manual | LORDER(1) |
lorder | file ... |
The output is normally used with tsort(1) when a library is created to determine the optimum ordering of the object modules so that all references may be resolved in a single pass of the loader.
ar cr library.a `lorder ${OBJS} | tsort`
April 28, 1995 | NetBSD 5.99 |