src/world/usr.bin/link
Nathan Fisher 2feff2a5d3 Update to gcc11
Change to openssl
Clean up some `C` for HitchHiker specific utils
2022-01-28 11:44:56 -05:00
..
man Commit sysroot / cross-compile build tree 2021-02-18 19:41:59 -05:00
src Update to gcc11 2022-01-28 11:44:56 -05:00
LICENSE Commit sysroot / cross-compile build tree 2021-02-18 19:41:59 -05:00
Makefile Commit sysroot / cross-compile build tree 2021-02-18 19:41:59 -05:00
README Commit sysroot / cross-compile build tree 2021-02-18 19:41:59 -05:00

README

This implementation of the [link] utility is written from scratch,
implementing very barebones yet compliant functionality.

The main differences from the GNU version are:
	Does not accept __long__options__ therefore no --help or
	--version options are available.

	Accepts the [-v] switch, to tell you what is being done.

	The [-h] switch gives a terse usage statement. For more verbose
	information, read the man page.